From 222338adce0a529ac2b85897de2e5786d85ad954 Mon Sep 17 00:00:00 2001 From: Abdujabbor Date: Tue, 31 Jul 2018 18:10:14 +0500 Subject: [PATCH] removed not need tests/bootstrap.php, because of we are using composer autoload section we don't need it. --- phpunit.xml.dist | 4 ++-- tests/bootstrap.php | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 tests/bootstrap.php diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b022015..3880b94 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" > @@ -21,7 +21,7 @@ - + ./src diff --git a/tests/bootstrap.php b/tests/bootstrap.php deleted file mode 100644 index 5a9f5ff..0000000 --- a/tests/bootstrap.php +++ /dev/null @@ -1,10 +0,0 @@ -