diff --git a/tests/Controller/Booking/Edit/IndexControllerTest.php b/tests/Controller/Booking/Edit/IndexControllerTest.php index 7c432f8..02d3e0a 100644 --- a/tests/Controller/Booking/Edit/IndexControllerTest.php +++ b/tests/Controller/Booking/Edit/IndexControllerTest.php @@ -36,6 +36,7 @@ class IndexControllerTest extends TestCase [ ['info', 'Einige Änderungen wurden verworfen, da sie aktuell nicht mehr änderbar sind.'], ['success', 'Buchung erfolgreich aktualisiert'], + ['booking_edit_notice', 'Bitte ladet euch eine aktualisierte Rechnung herunter, damit ihr stets den aktuellen Stand eurer Buchung vorliegen habt.'], ], ); }