From 3bdc32a34d4c964d4b00a4c54a1982d75d5200f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Proch=C3=A1zka?= Date: Mon, 13 Oct 2014 00:41:49 +0200 Subject: [PATCH] Fixed Nette 2.3-dev compatibility --- tests/Nette/ExtensionTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Nette/ExtensionTest.php b/tests/Nette/ExtensionTest.php index 2eca0d4..e86bfdb 100644 --- a/tests/Nette/ExtensionTest.php +++ b/tests/Nette/ExtensionTest.php @@ -32,6 +32,7 @@ private function prepareContainer($class, $configFiles) } $configurator->addParameters(array( + 'wwwDir' => __DIR__ . '/..', 'fixturesDir' => __DIR__ . '/../fixtures', 'tempDir' => $tempDir, 'container' => array(