Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 493ffc8

Browse files
authored
Merge pull request #5 from ADmad/patch-1
Update instructions for running test suite.
2 parents 7a4e433 + ece50ee commit 493ffc8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,17 @@ $ composer require php-http/cakephp-adapter
2323

2424
## Testing
2525

26+
Start the development server using
27+
2628
``` bash
27-
$ composer test
29+
vendor/bin/http_test_server
2830
```
2931

32+
Then run the test suite using
33+
34+
``` bash
35+
$ composer test
36+
```
3037

3138
## Contributing
3239

0 commit comments

Comments
 (0)