Skip to content

Commit ffd4c67

Browse files
authored
standardizes test directory, test names (GoogleCloudPlatform#315)
1 parent 1d9adab commit ffd4c67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+40
-40
lines changed

appengine/flexible/analytics/phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
2+
<phpunit bootstrap="./test/bootstrap.php" colors="true">
33
<php>
44
<env name="GA_TRACKING_ID" value="UA-78971600-1"/>
55
</php>
66
<testsuites>
77
<testsuite>
8-
<directory>tests</directory>
8+
<directory>test</directory>
99
</testsuite>
1010
</testsuites>
1111
<logging>
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/flexible/cloudsql/phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
2+
<phpunit bootstrap="./test/bootstrap.php" colors="true">
33
<testsuites>
44
<testsuite>
5-
<directory>tests</directory>
5+
<directory>test</directory>
66
</testsuite>
77
</testsuites>
88
<logging>
File renamed without changes.
File renamed without changes.
File renamed without changes.

appengine/flexible/datastore/phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="./tests/bootstrap.php" colors="true">
2+
<phpunit bootstrap="./test/bootstrap.php" colors="true">
33
<testsuites>
44
<testsuite>
5-
<directory>tests</directory>
5+
<directory>test</directory>
66
</testsuite>
77
</testsuites>
88
<logging>
File renamed without changes.

0 commit comments

Comments
 (0)