From 49334f8e4655b08706f14c222c0ecf1b0b5a2019 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Wed, 7 Dec 2016 00:21:46 -0500 Subject: [PATCH] Add bootstrap --- phpunit.xml | 1 + tests/bootstrap.php | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml b/phpunit.xml index d2bb7651f..7c65c5e0b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -3,6 +3,7 @@ xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd" backupGlobals="true" backupStaticAttributes="false" + bootstrap="tests/bootstrap.php" colors="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 000000000..b4af2b08d --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,8 @@ +