File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1- <phpunit bootstrap =" vendor/autoload.php" colors =" true" >
1+ <phpunit
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4+ beStrictAboutChangesToGlobalState =" true"
5+ beStrictAboutOutputDuringTests =" true"
6+ beStrictAboutTodoAnnotatedTests =" true"
7+ bootstrap =" tests/bootstrap.php"
8+ colors =" true"
9+ >
210 <testsuites >
311 <testsuite >
412 <directory >vendor/php-ds/tests/tests</directory >
1018 </whitelist >
1119 </filter >
1220 <logging >
13- <log type =" coverage-html" target =" build/logs/coverage" />
14- <log type =" coverage-text" target =" build/logs/coverage.txt" />
15- <log type =" coverage-clover" target =" build/logs/coverage.xml" />
21+ <log type =" coverage-html" target =" build/logs/coverage" />
22+ <log type =" coverage-text" target =" build/logs/coverage.txt" />
23+ <log type =" coverage-clover" target =" build/logs/coverage.xml" />
1624 </logging >
1725</phpunit >
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace Ds ;
4+
5+ require __DIR__ . '/../vendor/autoload.php ' ;
6+
7+ error_reporting (E_ALL );
You can’t perform that action at this time.
0 commit comments