Skip to content

Commit

Permalink
Remove config sections for Nette 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Apr 21, 2016
1 parent 9a8f084 commit 8dfb8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/KdybyTests/Validator/Extension.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ExtensionTest extends Tester\TestCase
$config->addParameters(['container' => ['class' => 'SystemContainer_' . md5($configFile)]]);
$config->addConfig(__DIR__ . '/../nette-reset.neon');
if ($configFile) {
$config->addConfig(__DIR__ . '/config/' . $configFile . '.neon', FALSE);
$config->addConfig(__DIR__ . '/config/' . $configFile . '.neon');
}

return $config->createContainer();
Expand Down

0 comments on commit 8dfb8e8

Please sign in to comment.