Skip to content

Commit 8ebd361

Browse files
authored
chore(test): update phpunit testcase with name attribute (GoogleCloudPlatform#1137)
1 parent 74c0021 commit 8ebd361

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

appengine/flexible/analytics/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<env name="GA_TRACKING_ID" value="UA-78971600-1"/>
2020
</php>
2121
<testsuites>
22-
<testsuite>
22+
<testsuite name="App Engine Flex Memcache tests">
2323
<directory>test</directory>
2424
</testsuite>
2525
</testsuites>

appengine/flexible/cloudsql-mysql/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<phpunit bootstrap="../../../testing/bootstrap.php" colors="true">
1818
<testsuites>
19-
<testsuite>
19+
<testsuite name="App Engine Flex CloudSQL MySQL tests">
2020
<directory>test</directory>
2121
</testsuite>
2222
</testsuites>

appengine/flexible/cloudsql-postgres/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<phpunit bootstrap="../../../testing/bootstrap.php" colors="true">
1818
<testsuites>
19-
<testsuite>
19+
<testsuite name="App Engine Flex CloudSQl Postgres tests">
2020
<directory>test</directory>
2121
</testsuite>
2222
</testsuites>

appengine/flexible/datastore/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<phpunit bootstrap="../../../testing/bootstrap.php" colors="true">
1818
<testsuites>
19-
<testsuite>
19+
<testsuite name="App Engine Flex Datastore tests">
2020
<directory>test</directory>
2121
</testsuite>
2222
</testsuites>

appengine/flexible/memcache/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
-->
1717
<phpunit bootstrap="../../../testing/bootstrap.php" colors="true">
1818
<testsuites>
19-
<testsuite>
19+
<testsuite name="App Engine Flex Memcache tests">
2020
<directory>test</directory>
2121
</testsuite>
2222
</testsuites>

0 commit comments

Comments
 (0)