File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88use function Amp \call ;
99
1010/**
11- * A PHPUnit TestCase intended to help facilitate writing async tests by running each test on the amphp Loop and
12- * ensuring that the test runs until completion based on your test returning either a Promise or a Generator.
11+ * A PHPUnit TestCase intended to help facilitate writing async tests by running each test as coroutine with Amp's
12+ * event loop ensuring that the test runs until completion based on your test returning either a Promise or Generator.
1313 */
1414abstract class AsyncTestCase extends PHPUnitTestCase
1515{
16- use Internal \AsyncTestSetNameTrait,
17- Internal \AsyncTestSetUpTrait;
16+ use Internal \AsyncTestSetNameTrait;
17+ use Internal \AsyncTestSetUpTrait;
1818
1919 const RUNTIME_PRECISION = 2 ;
2020
You can’t perform that action at this time.
0 commit comments