|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\Event\CoroutineTest:
Collaboration diagram for Sabre\Event\CoroutineTest:Public Member Functions | |
| testNonGenerator () | |
| @expectedException \InvalidArgumentException More... | |
| testBasicCoroutine () | |
| testFulfilledPromise () | |
| testRejectedPromise () | |
| testRejectedPromiseException () | |
| testRejectedPromiseArray () | |
| testFulfilledPromiseAsync () | |
| testRejectedPromiseAsync () | |
| testCoroutineException () | |
| testDeepException () | |
| testResolveToLastYield () | |
| testResolveToLastYieldPromise () | |
Definition at line 5 of file CoroutineTest.php.
| Sabre\Event\CoroutineTest::testBasicCoroutine | ( | ) |
Definition at line 16 of file CoroutineTest.php.
References $start, and Sabre\Event\coroutine().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testCoroutineException | ( | ) |
Definition at line 172 of file CoroutineTest.php.
References $start, Sabre\Event\coroutine(), error(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testDeepException | ( | ) |
Definition at line 193 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), error(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testFulfilledPromise | ( | ) |
Definition at line 31 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testFulfilledPromiseAsync | ( | ) |
Definition at line 125 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testNonGenerator | ( | ) |
@expectedException \InvalidArgumentException
Definition at line 10 of file CoroutineTest.php.
References Sabre\Event\coroutine().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testRejectedPromise | ( | ) |
Definition at line 50 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testRejectedPromiseArray | ( | ) |
Definition at line 100 of file CoroutineTest.php.
References $promise, $start, and Sabre\Event\coroutine().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testRejectedPromiseAsync | ( | ) |
Definition at line 146 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testRejectedPromiseException | ( | ) |
Definition at line 75 of file CoroutineTest.php.
References $promise, $start, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testResolveToLastYield | ( | ) |
Definition at line 217 of file CoroutineTest.php.
References $ok, Sabre\Event\coroutine(), error(), and Sabre\Event\Loop\run().
Here is the call graph for this function:| Sabre\Event\CoroutineTest::testResolveToLastYieldPromise | ( | ) |
Definition at line 238 of file CoroutineTest.php.
References $ok, $promise, Sabre\Event\coroutine(), and Sabre\Event\Loop\run().
Here is the call graph for this function: