File tree Expand file tree Collapse file tree 3 files changed +19
-21
lines changed Expand file tree Collapse file tree 3 files changed +19
-21
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ src/PHPFUI/README.md
10
10
composer.lock
11
11
.php-cs-fixer.cache
12
12
.phpunit.result.cache
13
+ .phpunit.cache
13
14
phpunit.xml
14
15
composer.phar
15
16
Original file line number Diff line number Diff line change 17
17
"spatie/guzzle-rate-limiter-middleware" : " ^2.0"
18
18
},
19
19
"require-dev" : {
20
- "phpunit/phpunit" : " <11 .0" ,
20
+ "phpunit/phpunit" : " <12 .0" ,
21
21
"gitonomy/gitlib" : " >=1.2" ,
22
22
"phpfui/phpunit-syntax-coverage" : " ^1.0" ,
23
23
"roave/security-advisories" : " dev-latest" ,
24
24
"friendsofphp/php-cs-fixer" : " ^3.0" ,
25
- "symfony/yaml" : " ^6 .0" ,
25
+ "symfony/yaml" : " ^7 .0" ,
26
26
"phpstan/phpstan" : " ^1.8"
27
27
},
28
28
"autoload" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
- <phpunit backupGlobals =" false"
4
- backupStaticAttributes=" false"
5
- colors=" true"
6
- convertErrorsToExceptions=" true"
7
- convertNoticesToExceptions=" true"
8
- convertWarningsToExceptions=" true"
9
- convertDeprecationsToExceptions=" true"
10
- processIsolation=" false"
11
- stopOnFailure=" false"
12
- bootstrap=" ./Tests/bootstrap.php"
13
- >
14
-
15
- <testsuites >
16
- <testsuite name =" Basic Syntax tests" >
17
- <directory >./Tests/</directory >
18
- </testsuite >
19
- </testsuites >
20
- </phpunit >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ backupGlobals=" false"
4
+ colors=" true"
5
+ processIsolation=" false"
6
+ stopOnFailure=" false"
7
+ bootstrap=" ./Tests/bootstrap.php"
8
+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/11.2/phpunit.xsd"
9
+ cacheDirectory=" .phpunit.cache"
10
+ backupStaticProperties=" false"
11
+ >
12
+ <testsuites >
13
+ <testsuite name =" Basic Syntax tests" >
14
+ <directory >./Tests/</directory >
15
+ </testsuite >
16
+ </testsuites >
17
+ </phpunit >
You can’t perform that action at this time.
0 commit comments