From 408c06a33f1d4f79e9d155b3313edb927d27374c Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 25 Jul 2015 12:29:57 +1000 Subject: [PATCH] Fixes unit tests for case sensitive file systems We should be using the class compiler here eventually --- phpunit.xml | 2 +- tests/TestCase.php | 1 - tests/bootstrap.php | 15 +++++++++++++++ tests/unit/phpunit.xml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 tests/bootstrap.php diff --git a/phpunit.xml b/phpunit.xml index 74d7e0dc9..452720741 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@ make('Illuminate\Contracts\Console\Kernel')->bootstrap(); diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 000000000..6904c16b3 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,15 @@ +