| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | public function testSettingFromButNotToDateShowsMessage() |
||
| 25 | { |
||
| 26 | /** @var EventHolder $holder */ |
||
| 27 | $holder = $this->objFromFixture(EventHolder::class, 'EventHolder1'); |
||
| 28 | |||
| 29 | $result = $this->get($holder->Link() . '?from=2018-01-10'); |
||
| 30 | |||
| 31 | $this->assertContains('Filtered by a single date', $result->getBody()); |
||
| 32 | } |
||
| 34 |