File tree 4 files changed +7
-4
lines changed
src/Test/Integrity/Testsuite
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
}
12
12
},
13
13
"require" : {
14
- "php" : " ^7.2 || ^ 8.0" ,
14
+ "php" : " ^8.0" ,
15
15
"ext-json" : " *" ,
16
16
"magento/magento-cloud-patches" : " ^1.0.11"
17
17
},
22
22
"codeception/module-phpbrowser" : " ^1.0 || ^3.0" ,
23
23
"codeception/module-rest" : " ^1.2 || ^3.0" ,
24
24
"consolidation/robo" : " ^1.2 || ^2.0 || ^3.0" ,
25
- "phpunit/phpunit" : " ^8.5 || ^9.5 " ,
25
+ "phpunit/phpunit" : " ^10 " ,
26
26
"composer/semver" : " @stable" ,
27
27
"phpmd/phpmd" : " @stable" ,
28
28
"squizlabs/php_codesniffer" : " ^3.0"
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ public function testCategoriesIntegrity()
60
60
61
61
if (!empty ($ errors )) {
62
62
$ this ->fail (implode (PHP_EOL , $ errors ));
63
+ } else {
64
+ $ this ->assertTrue (true );
63
65
}
64
66
}
65
67
Original file line number Diff line number Diff line change @@ -78,6 +78,8 @@ public function testLogPatterns()
78
78
79
79
if (!empty ($ errors )) {
80
80
$ this ->fail (implode (PHP_EOL , $ errors ));
81
+ } else {
82
+ $ this ->assertTrue (true );
81
83
}
82
84
}
83
85
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
3
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.1 /phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/10.5 /phpunit.xsd"
5
5
colors =" true"
6
6
columns =" max"
7
7
bootstrap =" ../../autoload.php"
8
- beStrictAboutTestsThatDoNotTestAnything =" false"
9
8
>
10
9
<testsuites >
11
10
<testsuite name =" Integrity" >
You can’t perform that action at this time.
0 commit comments