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'); }