File tree Expand file tree Collapse file tree 1 file changed +11
-20
lines changed
Expand file tree Collapse file tree 1 file changed +11
-20
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
4- bootstrap =" vendor/autoload.php"
5- executionOrder =" depends,defects"
6- beStrictAboutOutputDuringTests =" true"
7- displayDetailsOnPhpunitDeprecations =" true"
8- failOnPhpunitDeprecation =" true"
9- failOnRisky =" true"
10- failOnWarning =" true" >
11- <testsuites >
12- <testsuite name =" Tempest Reflection" >
13- <directory >tests</directory >
14- </testsuite >
15- </testsuites >
16-
17- <source restrictDeprecations =" true" restrictNotices =" true" restrictWarnings =" true" >
18- <include >
19- <directory >src</directory >
20- </include >
21- </source >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.4/phpunit.xsd" bootstrap =" vendor/autoload.php" executionOrder =" depends,defects" beStrictAboutOutputDuringTests =" true" displayDetailsOnPhpunitDeprecations =" true" failOnPhpunitDeprecation =" true" failOnRisky =" true" failOnWarning =" true" >
3+ <testsuites >
4+ <testsuite name =" Tempest Reflection" >
5+ <directory >tests</directory >
6+ </testsuite >
7+ </testsuites >
8+ <source restrictNotices =" true" restrictWarnings =" true" ignoreIndirectDeprecations =" true" >
9+ <include >
10+ <directory >src</directory >
11+ </include >
12+ </source >
2213</phpunit >
You can’t perform that action at this time.
0 commit comments