Skip to content

Commit

Permalink
Fix phpunit test bootstrap path
Browse files Browse the repository at this point in the history
  • Loading branch information
acoulton committed Feb 13, 2018
1 parent 9ad6b69 commit fc2532b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!-- Config file for PHPUnit automated tests -->
<phpunit
bootstrap="tests/bootstrap.php"
bootstrap="test/bootstrap.php"
cacheTokens="false"
colors="true"
convertErrorsToExceptions="true"
Expand Down

0 comments on commit fc2532b

Please sign in to comment.