fixing phpunit test directory

This commit is contained in:
Ahmad Nassri
2014-12-17 23:56:17 -05:00
parent 814cee98fc
commit dd9edca044

View File

@@ -2,7 +2,7 @@
<phpunit colors="true">
<testsuites>
<testsuite name="Unirest Test Suite">
<directory>./test</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>