diff --git a/tests/Bootstrap/Configurator.minimalContainer.phpt b/tests/Bootstrap/Configurator.minimalContainer.phpt index a3d42f8..c17b5b0 100644 --- a/tests/Bootstrap/Configurator.minimalContainer.phpt +++ b/tests/Bootstrap/Configurator.minimalContainer.phpt @@ -22,7 +22,7 @@ Assert::type( 'SystemContainer', $container ); Assert::same( array( 'appDir' => __DIR__, - 'wwwDir' => NULL, + 'wwwDir' => PHP_SAPI === 'cli' ? __DIR__ : NULL, 'debugMode' => FALSE, 'productionMode' => TRUE, 'environment' => 'production',