Skip to content

Commit 8dfb8e8

Browse files
committed
Remove config sections for Nette 2.2
1 parent 9a8f084 commit 8dfb8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/KdybyTests/Validator/Extension.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ExtensionTest extends Tester\TestCase
3737
$config->addParameters(['container' => ['class' => 'SystemContainer_' . md5($configFile)]]);
3838
$config->addConfig(__DIR__ . '/../nette-reset.neon');
3939
if ($configFile) {
40-
$config->addConfig(__DIR__ . '/config/' . $configFile . '.neon', FALSE);
40+
$config->addConfig(__DIR__ . '/config/' . $configFile . '.neon');
4141
}
4242

4343
return $config->createContainer();

0 commit comments

Comments
 (0)