Skip to content

2.0.0

Choose a tag to compare

@trowski trowski released this 04 Dec 18:26

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 and LoopReset removed).