Skip to content

Commit 0973b2e

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dev/tests/api-functional/phpunit_graphql.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/6.2/phpunit.xsd"
11+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.1/phpunit.xsd"
1212
colors="true"
1313
columns="max"
1414
beStrictAboutTestsThatDoNotTestAnything="false"

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

Lines changed: 3 additions & 3 deletions
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/6.2/phpunit.xsd"
11+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.1/phpunit.xsd"
1212
colors="true"
1313
columns="max"
1414
beStrictAboutTestsThatDoNotTestAnything="false"
@@ -17,9 +17,9 @@
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

dev/tests/api-functional/phpunit_soap.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/6.2/phpunit.xsd"
11+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.1/phpunit.xsd"
1212
colors="true"
1313
columns="max"
1414
beStrictAboutTestsThatDoNotTestAnything="false"

0 commit comments

Comments
 (0)