We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9c2b7 commit f5a47f2Copy full SHA for f5a47f2
src/AsyncTestCase.php
@@ -24,6 +24,12 @@ abstract class AsyncTestCase extends PHPUnitTestCase
24
/** @var int Minimum runtime in milliseconds. */
25
private $minimumRuntime = 0;
26
27
+ /** @var string Temporary storage for actual test name. */
28
+ private $realTestName;
29
+
30
+ /** @var bool */
31
+ private $setUpInvoked = false;
32
33
final protected function runTest()
34
{
35
parent::setName('runAsyncTest');
0 commit comments