Skip to content

Commit

Permalink
add events check
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Feb 22, 2024
1 parent 0ecbae7 commit 876771b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase/src/Controller/EventsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public function testAddEventValidations()
$this->assertResponseContains('Bitte trage ein Datum ein.');
$this->assertResponseContains('Bitte trage eine von-Uhrzeit ein.');
$this->assertResponseContains('Bitte trage eine bis-Uhrzeit ein.');
$this->assertResponseContains('Die Geo-Koordinaten liegen nicht in Europa, vielleicht hast du Breite (Lat) und Länge (Long) vertauscht?');

}

public function testAddEventsOk()
Expand Down

0 comments on commit 876771b

Please sign in to comment.