File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap =" vendor/autoload.php" stopOnFailure =" false" cacheResult =" false" colors =" true" cacheDirectory =" .phpunit.cache" >
2
+ <phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5
+ bootstrap =" vendor/autoload.php"
6
+ stopOnFailure =" false"
7
+ cacheResult =" false"
8
+ colors =" true"
9
+ cacheDirectory =" .phpunit.cache"
10
+ displayDetailsOnPhpunitDeprecations =" true"
11
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
12
+ displayDetailsOnTestsThatTriggerErrors =" true"
13
+ displayDetailsOnTestsThatTriggerNotices =" true"
14
+ displayDetailsOnTestsThatTriggerWarnings =" true"
15
+ >
3
16
<testsuites >
4
17
<testsuite name =" Tests" >
5
18
<directory suffix =" Test.php" >./tests</directory >
9
22
<env name =" MEILISEARCH_URL" value =" http://localhost:7700" />
10
23
<env name =" MEILISEARCH_API_KEY" value =" masterKey" />
11
24
</php >
12
- <source >
25
+ <source
26
+ ignoreSuppressionOfDeprecations =" true"
27
+ ignoreSuppressionOfPhpDeprecations =" true"
28
+ ignoreSuppressionOfErrors =" true"
29
+ ignoreSuppressionOfNotices =" true"
30
+ ignoreSuppressionOfPhpNotices =" true"
31
+ ignoreSuppressionOfWarnings =" true"
32
+ ignoreSuppressionOfPhpWarnings =" true"
33
+ >
13
34
<include >
14
35
<directory >src/</directory >
15
36
</include >
You can’t perform that action at this time.
0 commit comments