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 88 */
99-->
1010<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"
1212 colors =" true"
1313 columns =" max"
1414 beStrictAboutTestsThatDoNotTestAnything =" false"
Original file line number Diff line number Diff line change 88 */
99-->
1010<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"
1212 colors =" true"
1313 columns =" max"
1414 beStrictAboutTestsThatDoNotTestAnything =" false"
1717 <!-- Test suites definition -->
1818 <testsuites >
1919 <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 >
2122 <exclude >testsuite/Magento/GraphQl</exclude >
22- <directory suffix =" Test.php" >../../../app/code/*/*/Test/Api</directory >
2323 </testsuite >
2424 </testsuites >
2525
Original file line number Diff line number Diff line change 88 */
99-->
1010<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"
1212 colors =" true"
1313 columns =" max"
1414 beStrictAboutTestsThatDoNotTestAnything =" false"
You can’t perform that action at this time.
0 commit comments