From 41d4fe161d73190f0cde9962e83b893baa991a26 Mon Sep 17 00:00:00 2001 From: Klein Florian Date: Wed, 3 Feb 2016 12:11:36 +0100 Subject: [PATCH] fix case mismatch that throws exceptions when using a debug autoloader --- src/ErrorObserver/MissingMethodErrorObserver.php | 4 ++-- src/Tester/PhpSpecTester.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ErrorObserver/MissingMethodErrorObserver.php b/src/ErrorObserver/MissingMethodErrorObserver.php index b233c19..3235597 100644 --- a/src/ErrorObserver/MissingMethodErrorObserver.php +++ b/src/ErrorObserver/MissingMethodErrorObserver.php @@ -1,6 +1,6 @@ exemplifyRunner->runExemplifyCommand($class, substr($method, 0, -2)); } -} \ No newline at end of file +} diff --git a/src/Tester/PhpSpecTester.php b/src/Tester/PhpSpecTester.php index 8ecbc66..e56cfee 100644 --- a/src/Tester/PhpSpecTester.php +++ b/src/Tester/PhpSpecTester.php @@ -1,6 +1,6 @@