File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
integration/framework/tests/unit Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1717 <!-- Test suites definition -->
1818 <testsuites >
1919 <testsuite name =" Magento GraphQL web API functional tests" >
20- <directory suffix = " Test.php " >testsuite/Magento/GraphQl</directory >
20+ <directory >testsuite/Magento/GraphQl</directory >
2121 </testsuite >
2222 </testsuites >
2323
Original file line number Diff line number Diff line change 1717 <!-- Test suites definition -->
1818 <testsuites >
1919 <testsuite name =" Magento SOAP web API functional tests" >
20- <directory suffix = " Test.php " >testsuite</directory >
20+ <directory >testsuite</directory >
2121 <!-- <exclude>testsuite/Magento/GraphQl</exclude> -->
22- <directory suffix = " Test.php " >../../../app/code/*/*/Test/Api</directory >
22+ <directory >../../../app/code/*/*/Test/Api</directory >
2323 </testsuite >
2424 </testsuites >
2525
Original file line number Diff line number Diff line change 66 */
77-->
88<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4 .1/phpunit.xsd"
9+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9 .1/phpunit.xsd"
1010 colors =" true"
1111 columns =" max"
1212 beStrictAboutTestsThatDoNotTestAnything =" false"
1515 <!-- Test suites definition -->
1616 <testsuites >
1717 <testsuite name =" Unit Tests for Integration Tests Framework" >
18- <directory suffix = " Test.php " >testsuite</directory >
18+ <directory >testsuite</directory >
1919 </testsuite >
2020 </testsuites >
2121 <php >
Original file line number Diff line number Diff line change 66 */
77-->
88<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4 .1/phpunit.xsd"
9+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9 .1/phpunit.xsd"
1010 colors =" true"
1111 columns =" max"
1212 beStrictAboutTestsThatDoNotTestAnything =" false"
1515 <!-- Test suites definition -->
1616 <testsuites >
1717 <testsuite name =" Unit Tests for Integration Tests Framework" >
18- <directory suffix = " Test.php " >testsuite</directory >
18+ <directory >testsuite</directory >
1919 </testsuite >
2020 </testsuites >
2121 <php >
Original file line number Diff line number Diff line change 1616 <!-- Test suites definition -->
1717 <testsuites >
1818 <testsuite name =" Magento Setup/Upgrade Tests" >
19- <directory suffix = " Test.php " >testsuite</directory >
19+ <directory >testsuite</directory >
2020 </testsuite >
2121 </testsuites >
2222 <!-- Code coverage filters -->
Original file line number Diff line number Diff line change 66 */
77-->
88<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4 .1/phpunit.xsd"
9+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9 .1/phpunit.xsd"
1010 colors =" true"
1111 columns =" max"
1212 beStrictAboutTestsThatDoNotTestAnything =" false"
1313 bootstrap =" ../../bootstrap.php"
1414>
1515 <testsuites >
1616 <testsuite name =" Magento Unit Tests for Static Code Analysis Framework" >
17- <directory suffix = " Test.php " >testsuite/Magento/TestFramework</directory >
17+ <directory >testsuite/Magento/TestFramework</directory >
1818 </testsuite >
1919 </testsuites >
2020 <php >
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/4 .1/phpunit.xsd"
11+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9 .1/phpunit.xsd"
1212 colors =" true"
1313 columns =" max"
1414 bootstrap =" ./framework/bootstrap.php"
You can’t perform that action at this time.
0 commit comments