mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 03:00:55 +00:00
Fix #254: CaseInsensitiveArray not found.
This commit is contained in:
+6
-7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user