Skip to content

Commit

Permalink
Merge branch 'master' into add-twig-namespace-support
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkoian committed Oct 1, 2018
2 parents 95ed988 + 70724c2 commit 83b188d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-timber-loader.php
Expand Up @@ -24,7 +24,7 @@ function testBogusTemplates() {
function testTwigPathFilterAdded() {
$php_unit = $this;
add_filter('timber/loader/paths', function($paths) use ($php_unit) {
$paths[] = '/srv/www/timber/tests/october/';
$paths[] = __DIR__.'/october/';
return $paths;
});
$str = Timber::compile('spooky.twig', array());
Expand Down

0 comments on commit 83b188d

Please sign in to comment.