asynit icon indicating copy to clipboard operation
asynit copied to clipboard

:stars: Asynchronous HTTP Request Testing Library for API or more...

Results 7 asynit issues
Sort by recently updated
recently updated
newest added

* [ ] Use PHP 7.4+ everywhere * [ ] Remove useless PHP Doc * [ ] Update vendors

Goal is to add pure functional test and js execution into asynit

Currently there's only `status`, but there could also be `body`, `body_contains`, `header_exists` / `has_header`, ...

* [x] Use an assertion library : https://github.com/mikey179/bovigo-assert * [x] Use existing library for environment detection (tty / ...) : https://github.com/sebastianbergmann/environment~~ : Not working * [x] Use PHP AMP to...

This add support to link a generated jane open api client to the test trait, not sure about the api feel free to comment