diff options
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 1861d7c..e8a1ac3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,7 +2,7 @@ <phpunit colors="true" - bootstrap="vendor/autoload.php" + bootstrap="tests/bootstrap.php" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" |