clue / reactphp-docker

Async, event-driven access to the Docker Engine API, built on top of ReactPHP.
https://clue.engineering/2019/introducing-reactphp-docker
MIT License
108 stars 16 forks source link

Update test suite to ensure 100% code coverage across Promise v3/v2/v1 #84

Closed clue closed 10 months ago

clue commented 11 months ago

This changeset updates the test suite to ensure 100% code coverage across Promise v3/v2/v1. This needs to bump promise versions to include https://github.com/reactphp/promise/pull/20 and https://github.com/reactphp/promise/pull/48, so I went for the latest versions while I'm at it.

Builds on top of #81 and #76