From ae21dd0f566e7ce867505daedd396de5830ffc01 Mon Sep 17 00:00:00 2001 From: Stefan Vetsch Date: Sat, 14 Mar 2015 10:59:21 +0100 Subject: [PATCH] Make autoload work for phpunit tests --- phpunit.xml | 2 +- tests/bootstrap.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml b/phpunit.xml index a071d34..a38403e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,4 +1,4 @@ - + tests/suite.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..744fe6b --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,2 @@ +