| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | 3 | protected function generate() |
|
| 10 | { |
||
| 11 | 3 | $this->description = 'Hoveniersmaandag'; |
|
| 12 | |||
| 13 | 3 | $timestamp = strtotime('third monday', mktime(0, 0, 0, 7, 0, $this->year)); |
|
| 14 | 3 | $date = new \DateTime(); |
|
| 15 | 3 | $date->setTimestamp($timestamp); |
|
| 16 | |||
| 17 | 3 | $this->setupDateTimeObjects($date); |
|
| 18 | 3 | } |
|
| 19 | } |
||
| 20 |