Skip to content

Commit b372d92

Browse files
committed
Fix debugging docs
1 parent 4e39513 commit b372d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Before you start you'll need to setup your IDE, the following is an example in P
77
Then all you need to do is run the following command:
88

99
```sh
10-
dev/bin/php-debug vendor/bin/phpunit
10+
dev/bin/php-debug vendor/bin/simple-phpunit
1111
```
1212

1313
If you wish to use a different server name, you can do this with the
1414
`PHP_IDE_CONFIG` env variable:
1515

1616
```sh
17-
PHP_IDE_CONFIG=some_other_name dev/bin/php-debug vendor/bin/phpunit
17+
PHP_IDE_CONFIG=some_other_name dev/bin/php-debug vendor/bin/simple-phpunit
1818
```

0 commit comments

Comments
 (0)