1 | <?php |
||
21 | class DeferredProxyTests extends DeferredInterfaceTestCase |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | protected function defaultConstructorArguments() |
||
38 | |||
39 | /** |
||
40 | * Test __construct. |
||
41 | */ |
||
42 | public function testConstruct() |
||
53 | |||
54 | /** |
||
55 | * {@inheritdoc} |
||
56 | */ |
||
57 | public function testReject() |
||
84 | } |
||
85 |