Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions appengine/flexible/analytics/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<testsuites>
<testsuite name="App Engine Flex Memcache tests">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/datastore/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="App Engine Flex Datastore tests">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/drupal8/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="Drupal deployment test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/helloworld/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="PHP Getting Started Test Suite">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/laravel/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="Laravel deployment test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/logging/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="AppEngine Flex logging test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/memcache/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="App Engine Flex Memcache tests">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/metadata/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="AppEngine Flex metadata test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/staticcontent/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="PHP static content test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/storage/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="AppEngine Flex storage test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/symfony/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="Symfony deployment test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/tasks/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="App Engine Flexible Cloud Tasks test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/twilio/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="PHP twilio test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/websockets/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="default">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down
1 change: 1 addition & 0 deletions appengine/flexible/wordpress/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="App Engine Flexible WordPress test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<php>
Expand Down
1 change: 1 addition & 0 deletions endpoints/getting-started/phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<testsuites>
<testsuite name="PHP endpoints test">
<directory>test</directory>
<exclude>test/DeployTest.php</exclude>
</testsuite>
</testsuites>
<logging>
Expand Down