| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | public function let() |
||
| 16 | { |
||
| 17 | $this->start = new \DateTime('2019-03-18 08:41:31'); |
||
| 18 | $this->end = new \DateTime('2019-03-18 08:41:31'); |
||
| 19 | $this->filters = []; |
||
| 20 | |||
| 21 | $this->beAnInstanceOf(CalendarEvent::class); |
||
| 22 | $this->beConstructedWith($this->start, $this->end, $this->filters); |
||
| 23 | } |
||
| 44 |