2.0.0
This version is mostly backwards compatible with v1.x, except if a test throws an exception but the loop continues to run, the loop is now stopped after 1 second and the test fails. (#9)
- PHP 7.1+ required.
- Calling
AsyncTestCase::setTimeout()
multiple times will override the previous timeout set. - Deprecated functionality has been removed (
TestCase
andLoopReset
removed).