diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0079e3c..c27823d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,7 +9,7 @@ processIsolation="false" stopOnFailure="false" syntaxCheck="false" - bootstrap="tests/bootstrap.php" + bootstrap="vendor/autoload.php" > diff --git a/tests/bootstrap.php b/tests/bootstrap.php deleted file mode 100644 index 9a6e7af..0000000 --- a/tests/bootstrap.php +++ /dev/null @@ -1,3 +0,0 @@ -