Skip to content

Releases: amphp/phpunit-util

1.1.2

18 Sep 21:30
2dd5fd8
Compare
Choose a tag to compare
  • 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

16 Sep 15:42
1986104
Compare
Choose a tag to compare
  • 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

28 Jun 19:40
v1.1.0
Compare
Choose a tag to compare
  • Added AsyncTestCase as replacement for TestCase + LoopReset
  • Added compatibility with PHPUnit 7 & 8 if AsyncTestCase is used
  • Deprecated TestCase
  • Deprecated LoopReset

1.0.0

15 Jun 15:45
v1.0.0
Compare
Choose a tag to compare

Initial release.