| Total Complexity | 3 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class CalendarEventTest extends TestCase |
||
| 12 | { |
||
| 13 | private $start; |
||
| 14 | private $end; |
||
| 15 | private $filters; |
||
| 16 | private $eventEntity; |
||
| 17 | private $event; |
||
| 18 | |||
| 19 | public function setUp(): void |
||
| 31 | ); |
||
| 32 | } |
||
| 33 | |||
| 34 | public function testItHasRequireValues() |
||
| 39 | } |
||
| 40 | |||
| 41 | public function testItHandleEvents() |
||
| 47 |