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 17
17
<!-- Test suites definition -->
18
18
<testsuites >
19
19
<testsuite name =" Magento GraphQL web API functional tests" >
20
- <directory suffix = " Test.php " >testsuite/Magento/GraphQl</directory >
20
+ <directory >testsuite/Magento/GraphQl</directory >
21
21
</testsuite >
22
22
</testsuites >
23
23
Original file line number Diff line number Diff line change 17
17
<!-- Test suites definition -->
18
18
<testsuites >
19
19
<testsuite name =" Magento SOAP web API functional tests" >
20
- <directory suffix = " Test.php " >testsuite</directory >
20
+ <directory >testsuite</directory >
21
21
<!-- <exclude>testsuite/Magento/GraphQl</exclude> -->
22
- <directory suffix = " Test.php " >../../../app/code/*/*/Test/Api</directory >
22
+ <directory >../../../app/code/*/*/Test/Api</directory >
23
23
</testsuite >
24
24
</testsuites >
25
25
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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"
10
10
colors =" true"
11
11
columns =" max"
12
12
beStrictAboutTestsThatDoNotTestAnything =" false"
15
15
<!-- Test suites definition -->
16
16
<testsuites >
17
17
<testsuite name =" Unit Tests for Integration Tests Framework" >
18
- <directory suffix = " Test.php " >testsuite</directory >
18
+ <directory >testsuite</directory >
19
19
</testsuite >
20
20
</testsuites >
21
21
<php >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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"
10
10
colors =" true"
11
11
columns =" max"
12
12
beStrictAboutTestsThatDoNotTestAnything =" false"
15
15
<!-- Test suites definition -->
16
16
<testsuites >
17
17
<testsuite name =" Unit Tests for Integration Tests Framework" >
18
- <directory suffix = " Test.php " >testsuite</directory >
18
+ <directory >testsuite</directory >
19
19
</testsuite >
20
20
</testsuites >
21
21
<php >
Original file line number Diff line number Diff line change 16
16
<!-- Test suites definition -->
17
17
<testsuites >
18
18
<testsuite name =" Magento Setup/Upgrade Tests" >
19
- <directory suffix = " Test.php " >testsuite</directory >
19
+ <directory >testsuite</directory >
20
20
</testsuite >
21
21
</testsuites >
22
22
<!-- Code coverage filters -->
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<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"
10
10
colors =" true"
11
11
columns =" max"
12
12
beStrictAboutTestsThatDoNotTestAnything =" false"
13
13
bootstrap =" ../../bootstrap.php"
14
14
>
15
15
<testsuites >
16
16
<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 >
18
18
</testsuite >
19
19
</testsuites >
20
20
<php >
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/4 .1/phpunit.xsd"
11
+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/9 .1/phpunit.xsd"
12
12
colors =" true"
13
13
columns =" max"
14
14
bootstrap =" ./framework/bootstrap.php"
You can’t perform that action at this time.
0 commit comments