From 839923cf1a2725273d54247b6b25c7cb55301b6a Mon Sep 17 00:00:00 2001 From: Robbo Date: Tue, 17 Jun 2014 16:19:16 -0400 Subject: [PATCH] updated test for laravel 4.2 method change --- tests/ViewFactoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ViewFactoryTest.php b/tests/ViewFactoryTest.php index e2495ae..22cf9d2 100755 --- a/tests/ViewFactoryTest.php +++ b/tests/ViewFactoryTest.php @@ -53,7 +53,7 @@ class FactoryStub extends Factory { public $finder; - protected function getEngineFromPath($path) + public function getEngineFromPath($path) { return m::mock('Illuminate\View\Engines\EngineInterface'); }