1 | <?php |
||
18 | class DoneResolverTests extends ObservableResolverTestCase |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | public function testResolve() |
||
33 | |||
34 | /** |
||
35 | * Test reject. |
||
36 | */ |
||
37 | public function testReject() |
||
47 | |||
48 | /** |
||
49 | * Test notify. |
||
50 | */ |
||
51 | public function testNotify() |
||
61 | |||
62 | /** |
||
63 | * @param callable $when |
||
64 | */ |
||
65 | protected function innerFailureTest(callable $when) |
||
77 | } |
||
78 |