| 1 | <?php |
||
| 20 | class SelectorTests extends SpecificationTestCase |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | public function defaultConstructorArguments() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | protected function evaluateSuccessDataProvider() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | protected function evaluateFailureDataProvider() |
||
| 51 | } |
||
| 52 |