1 | <?php |
||
18 | class FulfilledPromiseTests extends PromiseInterfaceTestCase |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | protected function defaultConstructorArguments() |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | protected function promiseDataProvider() |
||
37 | |||
38 | /** |
||
39 | * Test __construct. |
||
40 | */ |
||
41 | public function testConstruct() |
||
50 | } |
||
51 |