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
19 changes: 0 additions & 19 deletions appengine/flexible/analytics/phpunit.xml

This file was deleted.

34 changes: 34 additions & 0 deletions appengine/flexible/analytics/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<php>
<env name="GA_TRACKING_ID" value="UA-78971600-1"/>
</php>
<testsuites>
<testsuite>
<directory>test</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<filter>
<whitelist>
<file>app.php</file>
</whitelist>
</filter>
</phpunit>
17 changes: 0 additions & 17 deletions appengine/flexible/analytics/test/bootstrap.php

This file was deleted.

16 changes: 0 additions & 16 deletions appengine/flexible/cloudsql/phpunit.xml

This file was deleted.

31 changes: 31 additions & 0 deletions appengine/flexible/cloudsql/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<phpunit bootstrap="./test/bootstrap.php" colors="true">
<testsuites>
<testsuite>
<directory>test</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<filter>
<whitelist>
<file>app.php</file>
</whitelist>
</filter>
</phpunit>
16 changes: 0 additions & 16 deletions appengine/flexible/datastore/phpunit.xml

This file was deleted.

31 changes: 31 additions & 0 deletions appengine/flexible/datastore/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<testsuites>
<testsuite>
<directory>test</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<filter>
<whitelist>
<file>app.php</file>
</whitelist>
</filter>
</phpunit>
17 changes: 0 additions & 17 deletions appengine/flexible/datastore/test/bootstrap.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<phpunit bootstrap="test/bootstrap.php">
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="AppEngine Flex logging test">
<directory>test</directory>
Expand Down
17 changes: 0 additions & 17 deletions appengine/flexible/logging/test/bootstrap.php

This file was deleted.

16 changes: 0 additions & 16 deletions appengine/flexible/memcache/phpunit.xml

This file was deleted.

31 changes: 31 additions & 0 deletions appengine/flexible/memcache/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<phpunit bootstrap="./test/bootstrap.php" colors="true">
<testsuites>
<testsuite>
<directory>test</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<filter>
<whitelist>
<file>app.php</file>
</whitelist>
</filter>
</phpunit>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<phpunit bootstrap="test/bootstrap.php">
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="AppEngine Flex metadata test">
<directory>test</directory>
Expand Down
17 changes: 0 additions & 17 deletions appengine/flexible/metadata/test/bootstrap.php

This file was deleted.

8 changes: 0 additions & 8 deletions appengine/flexible/staticcontent/phpunit.xml

This file was deleted.

23 changes: 23 additions & 0 deletions appengine/flexible/staticcontent/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="PHP static content test">
<directory>test</directory>
</testsuite>
</testsuites>
</phpunit>
17 changes: 0 additions & 17 deletions appengine/flexible/staticcontent/test/bootstrap.php

This file was deleted.

2 changes: 1 addition & 1 deletion appengine/flexible/storage/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<phpunit bootstrap="test/bootstrap.php">
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="AppEngine Flex storage test">
<directory>test</directory>
Expand Down
17 changes: 0 additions & 17 deletions appengine/flexible/storage/test/bootstrap.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<phpunit bootstrap="test/bootstrap.php">
<phpunit bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="PHP cloudsql test">
<directory>test</directory>
Expand Down
17 changes: 0 additions & 17 deletions appengine/standard/cloudsql/test/bootstrap.php

This file was deleted.

Loading