We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec83e6 commit 66b523aCopy full SHA for 66b523a
1 file changed
features/correct_window_setup.feature
@@ -12,7 +12,7 @@ Feature: Correct window setup
12
"""
13
When I start the debugger with the PHP script example.php
14
Then the status should be break
15
- And the status window should contain localhost:9000
+ And the status window should contain 127.0.0.1:9000
16
17
Scenario: The watch window
18
Given I have a file example.php containing
0 commit comments