File tree Expand file tree Collapse file tree 2 files changed +14
-21
lines changed Expand file tree Collapse file tree 2 files changed +14
-21
lines changed Original file line number Diff line number Diff line change 28
28
},
29
29
"require-dev" : {
30
30
"squizlabs/php_codesniffer" : " @stable" ,
31
- "symfony/var-dumper" : " ^5.0 " ,
32
- "pestphp/pest" : " ^1.0 "
31
+ "symfony/var-dumper" : " ^7.1 " ,
32
+ "pestphp/pest" : " ^3.5 "
33
33
},
34
34
"config" : {
35
35
"allow-plugins" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
3
- backupStaticAttributes =" false"
4
- beStrictAboutTestsThatDoNotTestAnything =" true"
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.4/phpunit.xsd"
5
4
beStrictAboutOutputDuringTests =" true"
6
5
bootstrap =" vendor/autoload.php"
7
6
colors =" true"
8
- convertErrorsToExceptions =" true"
9
- convertNoticesToExceptions =" true"
10
- convertWarningsToExceptions =" true"
11
7
failOnRisky =" true"
12
8
failOnWarning =" true"
13
- processIsolation =" false"
14
- stopOnError =" false"
15
- stopOnFailure =" false"
16
- verbose =" true"
17
9
>
18
- <testsuite >
19
- <directory suffix =" Test.php" >tests</directory >
20
- </testsuite >
21
-
22
- <filter >
23
- <whitelist processUncoveredFilesFromWhitelist =" true" >
24
- <directory suffix =" .php" >src</directory >
25
- </whitelist >
26
- </filter >
10
+ <testsuites >
11
+ <testsuite name =" Unit" >
12
+ <directory >tests</directory >
13
+ </testsuite >
14
+ </testsuites >
15
+ <source >
16
+ <include >
17
+ <directory >./src</directory >
18
+ </include >
19
+ </source >
27
20
</phpunit >
You can’t perform that action at this time.
0 commit comments