Fixed PHPUnit XML file

This commit is contained in:
Travis Swientek 2013-08-02 14:37:29 -07:00
parent e16bb6811d
commit 46e398ba34

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/Bootstrap.php"
<phpunit bootstrap="tests/Bootstrap.php"
colors="true"
processIsolation="false"
stopOnFailure="false"
@ -11,7 +11,7 @@
<testsuites>
<testsuite>
<directory>./tests/Mailgun/Tests</directory>
<directory>tests/Mailgun/Tests</directory>
</testsuite>
</testsuites>