File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed
Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 php-version : ${{ matrix.php }}
3131 coverage : xdebug
32+ ini-file : development
3233 - run : composer install
3334 - run : vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml
3435 if : ${{ matrix.php >= 7.3 }}
Original file line number Diff line number Diff line change 1919 "react/event-loop" : " ^1.2"
2020 },
2121 "autoload" : {
22- "psr-4" : { "Clue\\ React\\ NDJson\\ " : " src/" }
22+ "psr-4" : {
23+ "Clue\\ React\\ NDJson\\ " : " src/"
24+ }
2325 },
2426 "autoload-dev" : {
25- "psr-4" : { "Clue\\ Tests\\ React\\ NDJson\\ " : " tests/" }
27+ "psr-4" : {
28+ "Clue\\ Tests\\ React\\ NDJson\\ " : " tests/"
29+ }
2630 }
2731}
Original file line number Diff line number Diff line change 1919 </coverage >
2020 <php >
2121 <ini name =" error_reporting" value =" -1" />
22+ <!-- Evaluate assertions, requires running with "php -d zend.assertions=1 vendor/bin/phpunit" -->
23+ <!-- <ini name="zend.assertions" value="1" /> -->
24+ <ini name =" assert.active" value =" 1" />
25+ <ini name =" assert.exception" value =" 1" />
26+ <ini name =" assert.bail" value =" 0" />
2227 </php >
2328</phpunit >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <!-- PHPUnit configuration file with old format for PHPUnit 9.2 or older -->
3+ <!-- PHPUnit configuration file with old format for legacy PHPUnit -->
44<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/4.8/phpunit.xsd"
66 bootstrap =" vendor/autoload.php"
1515 <directory >./src/</directory >
1616 </whitelist >
1717 </filter >
18+ <php >
19+ <ini name =" error_reporting" value =" -1" />
20+ <!-- Evaluate assertions, requires running with "php -d zend.assertions=1 vendor/bin/phpunit" -->
21+ <!-- <ini name="zend.assertions" value="1" /> -->
22+ <ini name =" assert.active" value =" 1" />
23+ <ini name =" assert.exception" value =" 1" />
24+ <ini name =" assert.bail" value =" 0" />
25+ </php >
1826</phpunit >
You can’t perform that action at this time.
0 commit comments