diff --git a/tests/unit/Server/IoServerTest.php b/tests/unit/Server/IoServerTest.php index 0decfcb..e20115f 100644 --- a/tests/unit/Server/IoServerTest.php +++ b/tests/unit/Server/IoServerTest.php @@ -18,7 +18,7 @@ class IoServerTest extends \PHPUnit_Framework_TestCase { protected $reactor; protected function tickLoop(LoopInterface $loop) { - $loop->futureTIck(function () use ($loop) { + $loop->futureTick(function () use ($loop) { $loop->stop(); });