Skip to content

Commit 6e94fb4

Browse files
committed
Actually fix the feature this time
1 parent 66b523a commit 6e94fb4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
notifications:
2+
slack: vdebug:EDl4F31FiFIiA2C2dLxOWSrT
13
language: python
24
python:
35
- "2.6"

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 127.0.0.1:9000
15+
And the status window should contain :9000
1616

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

0 commit comments

Comments
 (0)