Added AsyncEventListenerTest

This commit is contained in:
Alejandro Celaya
2019-07-19 21:06:34 +02:00
parent af4ee8f7ec
commit 7e8126a421
2 changed files with 42 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ class TaskRunnerTest extends TestCase
private $logger;
/** @var ObjectProphecy */
private $container;
/** @var ObjectProphecy */
/** @var HttpServer */
private $server;
/** @var ObjectProphecy */
private $task;