File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
*/
9
9
-->
10
10
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
11
- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.2 /phpunit.xsd"
11
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9.1 /phpunit.xsd"
12
12
colors =" true"
13
13
columns =" max"
14
14
beStrictAboutTestsThatDoNotTestAnything =" false"
Original file line number Diff line number Diff line change 8
8
*/
9
9
-->
10
10
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
11
- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.2 /phpunit.xsd"
11
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9.1 /phpunit.xsd"
12
12
colors =" true"
13
13
columns =" max"
14
14
beStrictAboutTestsThatDoNotTestAnything =" false"
17
17
<!-- Test suites definition -->
18
18
<testsuites >
19
19
<testsuite name =" Magento REST web API functional tests" >
20
- <directory suffix =" Test.php" >testsuite</directory >
20
+ <directory >testsuite</directory >
21
+ <directory >../../../app/code/*/*/Test/Api</directory >
21
22
<exclude >testsuite/Magento/GraphQl</exclude >
22
- <directory suffix =" Test.php" >../../../app/code/*/*/Test/Api</directory >
23
23
</testsuite >
24
24
</testsuites >
25
25
Original file line number Diff line number Diff line change 8
8
*/
9
9
-->
10
10
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
11
- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.2 /phpunit.xsd"
11
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9.1 /phpunit.xsd"
12
12
colors =" true"
13
13
columns =" max"
14
14
beStrictAboutTestsThatDoNotTestAnything =" false"
You can’t perform that action at this time.
0 commit comments