Skip to content

Commit 66b523a

Browse files
committed
Fix cucumber feature
1 parent 4ec83e6 commit 66b523a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/correct_window_setup.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Feature: Correct window setup
1212
"""
1313
When I start the debugger with the PHP script example.php
1414
Then the status should be break
15-
And the status window should contain localhost:9000
15+
And the status window should contain 127.0.0.1:9000
1616

1717
Scenario: The watch window
1818
Given I have a file example.php containing

0 commit comments

Comments
 (0)