File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 66
77env :
88 global :
9- - PHPUNIT_FLAGS='--verbose'
9+ - PHPUNIT_FLAGS='--testdox -- verbose'
1010
1111sudo : false
1212
1313notifications :
1414 email : false
1515
1616php :
17- - 7.2
1817 - 7.3
1918 - 7.4
2019
2120matrix :
2221 fast_finish : true
2322
24- before_install :
25-
2623install :
2724 - composer update
2825
Original file line number Diff line number Diff line change 22
33Integration testing library in PHP for databases and other common infrastructure related tests.
44
5+ [ ![ Build Status] ( https://travis-ci.com/hrodic/php-integration-testing.svg?branch=master )] ( https://travis-ci.com/hrodic/php-integration-testing )
6+
57It is developed as a set of extensions for PHPUnit that hooks on different events and executes your fixtures.
68
79Currently you can run custom fixtures on the following PHPUnit hooks:
Original file line number Diff line number Diff line change 2020 "minimum-stability" : " stable" ,
2121 "prefer-stable" : true ,
2222 "require" : {
23- "php" : " ^7.2 " ,
23+ "php" : " ^7.3 " ,
2424 "ext-pdo" : " *" ,
2525 "ext-json" : " *"
2626 },
You can’t perform that action at this time.
0 commit comments