|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\Event\Loop\FunctionsTest:
Collaboration diagram for Sabre\Event\Loop\FunctionsTest:Public Member Functions | |
| setUp () | |
| tearDown () | |
| testNextTick () | |
| testTimeout () | |
| testTimeoutOrder () | |
| testSetInterval () | |
| testAddWriteStream () | |
| testAddReadStream () | |
| testStop () | |
| testTick () | |
Definition at line 5 of file FunctionsTest.php.
| Sabre\Event\Loop\FunctionsTest::setUp | ( | ) |
Definition at line 7 of file FunctionsTest.php.
References Sabre\Event\Loop\instance().
Here is the call graph for this function:| Sabre\Event\Loop\FunctionsTest::tearDown | ( | ) |
Definition at line 14 of file FunctionsTest.php.
References Sabre\Event\Loop\instance().
Here is the call graph for this function:| Sabre\Event\Loop\FunctionsTest::testAddReadStream | ( | ) |
Definition at line 109 of file FunctionsTest.php.
References $h, $result, Sabre\Event\Loop\addReadStream(), Sabre\Event\Loop\removeReadStream(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\Loop\FunctionsTest::testAddWriteStream | ( | ) |
Definition at line 94 of file FunctionsTest.php.
References $h, Sabre\Event\Loop\addWriteStream(), Sabre\Event\Loop\removeWriteStream(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\Loop\FunctionsTest::testNextTick | ( | ) |
Definition at line 21 of file FunctionsTest.php.
References Sabre\Event\Loop\nextTick(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\Loop\FunctionsTest::testSetInterval | ( | ) |
Definition at line 76 of file FunctionsTest.php.
References Sabre\Event\Loop\clearInterval(), Sabre\Event\Loop\run(), and Sabre\Event\Loop\setInterval().
Here is the call graph for this function:| Sabre\Event\Loop\FunctionsTest::testStop | ( | ) |
Definition at line 128 of file FunctionsTest.php.
References Sabre\Event\Loop\nextTick(), Sabre\Event\Loop\run(), Sabre\Event\Loop\setTimeout(), and Sabre\Event\Loop\stop().
Here is the call graph for this function:| Sabre\Event\Loop\FunctionsTest::testTick | ( | ) |
Definition at line 144 of file FunctionsTest.php.
References Sabre\Event\Loop\nextTick(), Sabre\Event\Loop\setTimeout(), and Sabre\Event\Loop\tick().
Here is the call graph for this function:| Sabre\Event\Loop\FunctionsTest::testTimeout | ( | ) |
Definition at line 36 of file FunctionsTest.php.
References Sabre\Event\Loop\run(), and Sabre\Event\Loop\setTimeout().
Here is the call graph for this function:| Sabre\Event\Loop\FunctionsTest::testTimeoutOrder | ( | ) |
Definition at line 51 of file FunctionsTest.php.
References Sabre\Event\Loop\run(), and Sabre\Event\Loop\setTimeout().
Here is the call graph for this function: