File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/12.4 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" vendor/ phpunit/phpunit /phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
55 colors =" true"
66>
77 <testsuites >
88 <testsuite name =" Test Suite" >
9- <directory suffix = " Test.php " >./tests</directory >
9+ <directory >./tests</directory >
1010 </testsuite >
1111 </testsuites >
1212 <source >
1313 <include >
14- <directory suffix =" .php" >./src</directory >
14+ <directory >./bin</directory >
15+ <directory >./src</directory >
1516 </include >
1617 </source >
17-
18- <php >
19- <!-- Width of the terminal -->
20- <env name =" COLUMNS" value =" 120" force =" true" />
21- </php >
2218</phpunit >
You can’t perform that action at this time.
0 commit comments