Skip to content

Commit

Permalink
Fix phpunit module path
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Oct 3, 2017
1 parent 3db2124 commit fa45057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Standard module phpunit configuration.
Requires PHPUnit ^5.7
-->
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>tests/php</directory>
</testsuite>
Expand Down

0 comments on commit fa45057

Please sign in to comment.