| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 34 | public function dataProvider() |
||
| 35 | { |
||
| 36 | $parentData = parent::dataProvider(); |
||
| 37 | |||
| 38 | $providerData = array( |
||
| 39 | $this->getCorpusChristiTestData(), |
||
| 40 | $this->getAllSaintsDayTestData(), |
||
| 41 | $this->getAssumptionOfTheBlessedVirginMaryTestData(), |
||
| 42 | ); |
||
| 43 | |||
| 44 | return array_merge($parentData, $providerData); |
||
| 45 | } |
||
| 46 | } |
||
| 47 |