Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1eb7fc01
Unverified
Commit
1eb7fc01
authored
May 05, 2018
by
alexpott
Browse files
Issue
#2969738
by alexpott: testQuickStartCommand failing on PHP5
parent
fa5df47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/tests/Drupal/Tests/Core/Command/QuickStartTest.php
View file @
1eb7fc01
...
...
@@ -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'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment