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->getEasterSundayTestData(), |
||
40 | $this->getPentecostSundayTestData(), |
||
41 | $this->getCorpusChristiTestData(), |
||
42 | ); |
||
43 | |||
44 | return array_merge($parentData, $providerData); |
||
45 | } |
||
46 | } |
||
47 |