From 9f610183c83e30c5c9d802e736783336f5e48e1c Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 28 May 2021 19:29:01 +0200 Subject: [PATCH] Drop the PHPUnit bootstrap The bootstrap was used for autoloading. With the Composer autoloader, it is no longer needed. --- phpunit.xml | 3 +-- tests/bootstrap.php | 9 --------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 tests/bootstrap.php diff --git a/phpunit.xml b/phpunit.xml index 1a59ea4e..6afca719 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,6 @@ + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.8/phpunit.xsd"> tests diff --git a/tests/bootstrap.php b/tests/bootstrap.php deleted file mode 100644 index 41b1f5ea..00000000 --- a/tests/bootstrap.php +++ /dev/null @@ -1,9 +0,0 @@ -