Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,17 @@ $ composer require php-http/cakephp-adapter

## Testing

Start the development server using

``` bash
$ composer test
vendor/bin/http_test_server
```

Then run the test suite using

``` bash
$ composer test
```

## Contributing

Expand Down