Skip to content

Commit

Permalink
Merge pull request #2 from subdee/master
Browse files Browse the repository at this point in the history
Put document root in quotes
  • Loading branch information
tiger-seo committed Apr 7, 2014
2 parents 1d65f3a + 109d9c9 commit cb24cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Extension/PhpBuiltinServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private function getCommand()
$parameters .= ' -dcodecept.access_log="' . Configuration::logDir() . 'phpbuiltinserver.access_log.txt' . '"';

$command = sprintf(
PHP_BINARY . ' %s -S %s:%s -t %s %s',
PHP_BINARY . ' %s -S %s:%s -t "%s" %s',
$parameters,
$this->config['hostname'],
$this->config['port'],
Expand Down

0 comments on commit cb24cab

Please sign in to comment.