We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b98bd commit 71a92feCopy full SHA for 71a92fe
phpunit.xml
@@ -10,10 +10,7 @@
10
stopOnFailure="false">
11
<testsuites>
12
<testsuite name="Testsuite">
13
- <file>./tests/ConfigTest.php</file>
14
- <file>./tests/TaskHandlerTest.php</file>
15
- <file>./tests/CloudTasksApiTest.php</file>
16
- <file>./tests/CloudTasksDashboardTest.php</file>
+ <directory suffix="Test.php">./tests</directory>
17
</testsuite>
18
</testsuites>
19
<php>
0 commit comments