Skip to content

Commit

Permalink
updated test for laravel 4.2 method change
Browse files Browse the repository at this point in the history
  • Loading branch information
robclancy committed Jun 17, 2014
1 parent 9525202 commit 839923c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ViewFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 839923c

Please sign in to comment.