Create default test suite on push.

This commit is contained in:
Teromene 2016-08-30 11:59:48 +02:00
parent 90c791e45a
commit 7250562dbe

View File

@ -9,4 +9,11 @@
timeoutForMediumTests="1" timeoutForMediumTests="1"
timeoutForLargeTests="6" > timeoutForLargeTests="6" >
<testsuites>
<testsuite name="Standard test suite">
<file>coverageTest.php</file>
<file>BridgeImplementationTest.php</file>
</testsuite>
</testsuites>
</phpunit> </phpunit>