Releases: amphp/phpunit-util
Releases · amphp/phpunit-util
1.1.2
- Fixed an issue where a test method returning a promise or coroutine that did not resolve would result in a passing test. Unresolved promises or coroutines will now result in a failed test.
1.1.1
- Fixed exceptions throw from nested calls to
Amp\Loop::run()
.
- Only setting a minimum runtime in a test will no longer result in a warning about the test performing no assertions.
1.1.0
- Added
AsyncTestCase
as replacement for TestCase
+ LoopReset
- Added compatibility with PHPUnit 7 & 8 if
AsyncTestCase
is used
- Deprecated
TestCase
- Deprecated
LoopReset