Skip to content

Commit c8f1c6f

Browse files
author
Suliman Benhalim
committed
Fix PHPUnit deprecation warning by adding cacheDirectory
1 parent 6af3597 commit c8f1c6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
55
colors="true"
6+
cacheDirectory=".phpunit.cache"
67
>
78
<testsuites>
89
<testsuite name="ISend SMS Test Suite">

0 commit comments

Comments
 (0)