Skip to content

Commit

Permalink
Reorder test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 18, 2018
1 parent 67a77a3 commit b12c936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml
Expand Up @@ -10,15 +10,15 @@
<testsuite name="Unit tests">
<file>./tests/Unit/EndpointTest.php</file>
</testsuite>
<testsuite name="API integration tests">
<file>./tests/Integration/API/TestTest.php</file>
</testsuite>
<testsuite name="Core integration tests">
<file>./tests/Integration/Core/Http/ClientTest.php</file>
<file>./tests/Integration/Core/ConfiguratorTest.php</file>
<file>./tests/Integration/Core/GatewayTest.php</file>
<file>./tests/Integration/Core/HandlerTest.php</file>
</testsuite>
<testsuite name="API integration tests">
<file>./tests/Integration/API/TestTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
Expand Down

0 comments on commit b12c936

Please sign in to comment.