Skip to content

Commit f5bb950

Browse files
committed
MC-33857: Update AdapterInterface::fetchRow return type
1 parent 0973b2e commit f5bb950

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

dev/tests/api-functional/phpunit_graphql.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

dev/tests/api-functional/phpunit_soap.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
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

dev/tests/integration/framework/tests/unit/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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"
@@ -15,7 +15,7 @@
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>

dev/tests/setup-integration/framework/tests/unit/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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"
@@ -15,7 +15,7 @@
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>

dev/tests/setup-integration/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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 -->

dev/tests/static/framework/tests/unit/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
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>

dev/tests/static/phpunit-all.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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"

0 commit comments

Comments
 (0)