File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
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/10.3 /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" >./app</directory >
15- <directory suffix =" .php" >./src</directory >
14+ <directory >./src</directory >
1615 </include >
1716 </source >
18-
19- <!-- <php>-->
20- <!-- <!– Height of the terminal –>-->
21- <!-- <env name="LINES" value="50" force="true"/>-->
22- <!-- <!– Width of the terminal –>-->
23- <!-- <env name="COLUMNS" value="80" force="true"/>-->
24- <!-- </php>-->
2517</phpunit >
You can’t perform that action at this time.
0 commit comments