Skip to content
Snippets Groups Projects
Unverified Commit 1eb7fc01 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2969738 by alexpott: testQuickStartCommand failing on PHP5

parent fa5df47d
No related branches found
No related tags found
No related merge requests found
......@@ -103,10 +103,10 @@ public function testQuickStartCommand() {
// The progress bar uses STDERR to write messages.
$this->assertContains('Congratulations, you installed Drupal!', $process->getErrorOutput());
$this->assertNotFalse($port, "Web server running on port $port");
$this->assertContains("127.0.0.1:$port/user/reset/1/", $process->getOutput());
// Give the server a couple of seconds to be ready.
sleep(2);
$this->assertContains("127.0.0.1:$port/user/reset/1/", $process->getOutput());
// Generate a cookie so we can make a request against the installed site.
include $this->root . '/core/includes/bootstrap.inc';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment