Fix #254: CaseInsensitiveArray not found.

This commit is contained in:
Zach Borboa
2015-10-20 21:54:53 -07:00
parent d49186ae30
commit d69cded020
8 changed files with 92 additions and 89 deletions
+6 -7
View File
@@ -1,8 +1,7 @@
<phpunit>
<testsuite name="PHPCurlClass">
<directory>.</directory>
</testsuite>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false" />
</logging>
<phpunit bootstrap="../vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="PHPCurlClass">
<directory suffix=".php">./PHPCurlClass/</directory>
</testsuite>
</testsuites>
</phpunit>