File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
- <phar name =" phpunit" version =" ^11.0.5" installed =" 11.4.2 " location =" ./tools/phpunit" copy =" true" />
3
+ <phar name =" phpunit" version =" ^11.0.5" installed =" 11.4.3 " location =" ./tools/phpunit" copy =" true" />
4
4
<phar name =" psalm" version =" ^5.23.1" installed =" 5.26.1" location =" ./tools/psalm" copy =" true" />
5
5
<phar name =" phpcs" version =" ^3.9.0" installed =" 3.10.3" location =" ./tools/phpcs" copy =" true" />
6
6
<phar name =" phpcbf" version =" ^3.9.0" installed =" 3.10.3" location =" ./tools/phpcbf" copy =" true" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.3 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.4 /phpunit.xsd"
5
5
bootstrap =" ../vendor/autoload.php"
6
6
cacheDirectory =" ../var/cache/.phpunit.cache"
7
7
colors =" true"
11
11
beStrictAboutCoverageMetadata =" true"
12
12
beStrictAboutOutputDuringTests =" true"
13
13
beStrictAboutTestsThatDoNotTestAnything =" true"
14
+ displayDetailsOnPhpunitDeprecations =" true"
15
+ failOnDeprecation =" true"
16
+ failOnEmptyTestSuite =" true"
14
17
failOnIncomplete =" true"
18
+ failOnNotice =" true"
19
+ failOnPhpunitDeprecation =" true"
15
20
failOnRisky =" true"
16
21
failOnSkipped =" true"
17
22
failOnWarning =" true"
18
23
testdox =" true"
19
24
>
20
- <!-- <coverage includeUncoveredFiles="true" >
25
+ <!-- <coverage>
21
26
<report>
22
27
<html outputDirectory="phpunit/html" />
23
28
</report>
27
32
<testdoxHtml outputFile="phpunit/testdox.html" />
28
33
</logging>-->
29
34
30
- <source >
35
+ <source
36
+ ignoreIndirectDeprecations =" true"
37
+ restrictNotices =" true"
38
+ restrictWarnings =" true"
39
+ >
31
40
<include >
32
41
<directory suffix =" .php" >../src</directory >
33
42
</include >
You can’t perform that action at this time.
0 commit comments