Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 23, 2017
1 parent 2b6a483 commit 24c3985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/TwigTest/TwigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ class myTwigClass extends TestCase
'param3' => 3
],
'base_url' => 'http://127.0.0.1',

'config' => [
'title' => 'Twig::test',
]
],
'app_namespace' => 'TwigTest',
'templates_path' => __DIR__ . '/templates',
Expand Down

0 comments on commit 24c3985

Please sign in to comment.