File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 "require" : {
1313 "php" : " ^5.5 || ^7.0" ,
1414 "phpunit/phpunit" : " ^5.7.23 || ^6.4.3 || ^7.0" ,
15- "phpunitgoodpractices/polyfill" : " ^1.0 "
15+ "phpunitgoodpractices/polyfill" : " ^1.1 "
1616 },
1717 "conflict" : {
1818 "hhvm" : " *"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<phpunit
4- xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
4+ xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
55 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
66 backupGlobals =" false"
77 backupStaticAttributes =" false"
88 beStrictAboutChangesToGlobalState =" true"
99 beStrictAboutOutputDuringTests =" true"
10- beStrictAboutTestSize =" true"
1110 beStrictAboutTestsThatDoNotTestAnything =" true"
1211 beStrictAboutTodoAnnotatedTests =" true"
1312 bootstrap =" ./vendor/autoload.php"
1615 convertErrorsToExceptions =" true"
1716 convertNoticesToExceptions =" true"
1817 convertWarningsToExceptions =" true"
18+ enforceTimeLimit =" true"
1919 processIsolation =" false"
2020 stopOnFailure =" false"
2121 verbose =" true"
2222>
2323 <testsuites >
24- <testsuite >
24+ <testsuite name = " all " >
2525 <directory >./tests</directory >
2626 </testsuite >
2727 </testsuites >
You can’t perform that action at this time.
0 commit comments