Skip to content

Commit

Permalink
fix stempler cache test
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Apr 20, 2017
1 parent b4f3f12 commit fbf9cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Views/StemplerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function testRenderFromCache()
$this->files
);

$source = $this->views->getLoader()->getSource('home');
$source = $this->views->getLoader()->withExtension('dark.php')->getSource('home');

$cache->write($cache->cacheFilename($source), 'abc');

Expand Down

0 comments on commit fbf9cef

Please sign in to comment.