Skip to content

Commit 1567756

Browse files
committed
FIXED : Unit Tests on Travis CI after have moved phpunit.xml.dist
1 parent 45cab00 commit 1567756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<phpunit backupGlobals="false"
22
backupStaticAttributes="false"
3-
bootstrap="bootstrap.php"
3+
bootstrap="./Tests/bootstrap.php"
44
colors="true"
55
convertErrorsToExceptions="true"
66
convertNoticesToExceptions="true"
@@ -18,4 +18,4 @@
1818
<directory suffix=".php">../Classes</directory>
1919
</whitelist>
2020
</filter>
21-
</phpunit>
21+
</phpunit>

0 commit comments

Comments
 (0)