Skip to content

Commit

Permalink
Minor change, test using php mail address as account
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Mar 20, 2012
1 parent 30bd249 commit e1931dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapi/cli/tests/php_cli_server.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function php_cli_server_start($code = 'echo "Hello world";', $no_router = FALSE)
$php_executable = getenv('TEST_PHP_EXECUTABLE');
$doc_root = __DIR__;
$router = "index.php";

if ($code) {
file_put_contents($doc_root . '/' . $router, '<?php ' . $code . ' ?>');
}
Expand Down

0 comments on commit e1931dd

Please sign in to comment.