File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5/phpunit.xsd"
5- colors =" true"
6- bootstrap =" tests/bootstrap.php"
7- verbose =" true"
8- failOnRisky =" true"
9- failOnWarning =" true"
10- convertErrorsToExceptions =" true"
11- convertNoticesToExceptions =" true"
12- convertWarningsToExceptions =" true"
13- stopOnFailure =" false"
14- executionOrder =" random"
15- resolveDependencies =" true" >
1+ <phpunit colors =" true" bootstrap =" tests/bootstrap.php" >
162 <testsuite name =" Bow Framework" >
173 <directory suffix =" .php" >tests/</directory >
184 </testsuite >
2814 <env name =" FTP_USERNAME" value =" username" />
2915 <env name =" FTP_PORT" value =" 21" />
3016 <env name =" FTP_ROOT" value =" ." />
31- <ini name =" error_reporting" value =" -1" />
32- <ini name =" display_errors" value =" On" />
33- <ini name =" display_startup_errors" value =" On" />
3417 </php >
35- <coverage >
36- <include >
37- <directory suffix =" .php" >src</directory >
38- </include >
39- <exclude >
40- <directory >vendor</directory >
41- <directory >tests</directory >
42- </exclude >
43- </coverage >
4418</phpunit >
You can’t perform that action at this time.
0 commit comments