We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b523a commit 6e94fb4Copy full SHA for 6e94fb4
2 files changed
.travis.yml
@@ -1,3 +1,5 @@
1
+notifications:
2
+ slack: vdebug:EDl4F31FiFIiA2C2dLxOWSrT
3
language: python
4
python:
5
- "2.6"
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 127.0.0.1:9000
+ And the status window should contain :9000
16
17
Scenario: The watch window
18
Given I have a file example.php containing
0 commit comments