Skip to content

Commit

Permalink
Reordered tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSheth authored Apr 2, 2018
1 parent 28432eb commit 9f56a46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="Certification_Test">
<directory>./litle/sdk/Test/certification/</directory>
</testsuite>
<testsuite name="Unit_Test">
<directory>./litle/sdk/Test/unit/</directory>
</testsuite>
<testsuite name="Functional_Test">
<directory>./litle/sdk/Test/functional/</directory>
</testsuite>
<testsuite name="Certification_Test">
<directory>./litle/sdk/Test/certification/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 9f56a46

Please sign in to comment.