| 1 | <?php |
||
| 19 | class NullVisitorTests extends LinkedVisitorTestCase |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | protected function visitDataProvider() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | protected function visitNextDataProvider() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | protected function canHandlerVisiteeDataProvider() |
||
| 48 | } |
||
| 49 |