1 | <?php |
||
21 | class LoopAdapterTests extends LoopTests |
||
22 | { |
||
23 | /** |
||
24 | * Test addTimer method. |
||
25 | */ |
||
26 | public function testAddTimer() |
||
30 | |||
31 | /** |
||
32 | * Test addPeriodicTimer method. |
||
33 | */ |
||
34 | public function testAddPeriodicTimer() |
||
38 | |||
39 | /** |
||
40 | * Test cancelTimer method. |
||
41 | */ |
||
42 | public function testCancelTimer() |
||
46 | |||
47 | /** |
||
48 | * Test isTimerActive method. |
||
49 | */ |
||
50 | public function testIsTimerActive() |
||
54 | |||
55 | /** |
||
56 | * Test nextTick method. |
||
57 | */ |
||
58 | public function testNextTick() |
||
62 | |||
63 | /** |
||
64 | * Test futureTick method. |
||
65 | */ |
||
66 | public function testFutureTick() |
||
70 | } |
||
71 |