We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cab00 commit 1567756Copy full SHA for 1567756
phpunit.xml.dist
@@ -1,6 +1,6 @@
1
<phpunit backupGlobals="false"
2
backupStaticAttributes="false"
3
- bootstrap="bootstrap.php"
+ bootstrap="./Tests/bootstrap.php"
4
colors="true"
5
convertErrorsToExceptions="true"
6
convertNoticesToExceptions="true"
@@ -18,4 +18,4 @@
18
<directory suffix=".php">../Classes</directory>
19
</whitelist>
20
</filter>
21
-</phpunit>
+</phpunit>
0 commit comments