File tree Expand file tree Collapse file tree 2 files changed +64
-0
lines changed
Expand file tree Collapse file tree 2 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.3/phpunit.xsd"
5+ backupGlobals =" false"
6+ colors =" true"
7+ bootstrap =" vendor/autoload.php"
8+ failOnDeprecation =" true"
9+ failOnRisky =" true"
10+ failOnWarning =" true"
11+ >
12+ <php >
13+ <ini name =" error_reporting" value =" -1" />
14+ </php >
15+
16+ <testsuites >
17+ <testsuite name =" Symfony AI Clock Tool Test Suite" >
18+ <directory >./Tests/</directory >
19+ </testsuite >
20+ </testsuites >
21+
22+ <source ignoreSuppressionOfDeprecations =" true" >
23+ <include >
24+ <directory >./</directory >
25+ </include >
26+ <exclude >
27+ <directory >./Resources</directory >
28+ <directory >./Tests</directory >
29+ <directory >./vendor</directory >
30+ </exclude >
31+ </source >
32+ </phpunit >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.3/phpunit.xsd"
5+ backupGlobals =" false"
6+ colors =" true"
7+ bootstrap =" vendor/autoload.php"
8+ failOnDeprecation =" true"
9+ failOnRisky =" true"
10+ failOnWarning =" true"
11+ >
12+ <php >
13+ <ini name =" error_reporting" value =" -1" />
14+ </php >
15+
16+ <testsuites >
17+ <testsuite name =" Symfony AI Similarity Search Tool Test Suite" >
18+ <directory >./Tests/</directory >
19+ </testsuite >
20+ </testsuites >
21+
22+ <source ignoreSuppressionOfDeprecations =" true" >
23+ <include >
24+ <directory >./</directory >
25+ </include >
26+ <exclude >
27+ <directory >./Resources</directory >
28+ <directory >./Tests</directory >
29+ <directory >./vendor</directory >
30+ </exclude >
31+ </source >
32+ </phpunit >
You can’t perform that action at this time.
0 commit comments