diff --git a/zmsticketprinter/tests/Zmsticketprinter/CustomizedTemplateTest.php b/zmsticketprinter/tests/Zmsticketprinter/CustomizedTemplateTest.php index 12d5e8270..29562dc96 100644 --- a/zmsticketprinter/tests/Zmsticketprinter/CustomizedTemplateTest.php +++ b/zmsticketprinter/tests/Zmsticketprinter/CustomizedTemplateTest.php @@ -60,7 +60,6 @@ public function testRendering() ], [ ]); $this->assertEquals('200', $response->getStatusCode()); $this->assertStringContainsString('Ordnungsamt Charlottenburg-Wilmersdorf', (string) $response->getBody()); - $this->assertStringNotContainsString('Wartenummer für', (string) $response->getBody()); } public function testTemplateNotFound() diff --git a/zmsticketprinter/tests/Zmsticketprinter/IndexTest.php b/zmsticketprinter/tests/Zmsticketprinter/IndexTest.php index 35b45fb40..c448dd4df 100644 --- a/zmsticketprinter/tests/Zmsticketprinter/IndexTest.php +++ b/zmsticketprinter/tests/Zmsticketprinter/IndexTest.php @@ -54,7 +54,6 @@ public function testRendering() 'buttonlist' => 's141,l[http://www.berlin.de/|Portal berlin.de]' ] ], [ ]); - $this->assertStringContainsString('fordern Sie eine Wartenummer', (string) $response->getBody()); $this->assertStringContainsString('Bürgeramt Hohenzollerndamm', (string) $response->getBody()); $this->assertStringContainsString('Portal berlin.de', (string) $response->getBody()); }