We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addb31a commit 48579aaCopy full SHA for 48579aa
1 file changed
phpunit.xml.dist
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="./tests/bootstrap.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="./tests/bootstrap.php" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd">
3
<testsuites>
4
<testsuite name="Analog Test Suite">
5
<directory suffix="Test.php" phpVersion="7.4.0" phpVersionOperator=">=">./tests</directory>
0 commit comments