Skip to content

Commit

Permalink
test: fix for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 15, 2014
1 parent 137a027 commit 76177e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Bootstrap/Configurator.minimalContainer.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 76177e1

Please sign in to comment.