Update tests to work with PHPUnit 10

This commit is contained in:
Zach Borboa
2023-02-16 05:58:35 -08:00
parent acf5443a68
commit 4ed7644250
12 changed files with 68 additions and 20 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<phpunit bootstrap="../vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="PHPCurlClass">
<directory suffix=".php">./PHPCurlClass/</directory>
<directory suffix="Test.php">../tests/</directory>
</testsuite>
</testsuites>
<php>