Skip to content

Commit

Permalink
Merge pull request #683 from it-at-m/feature-zms-2528-miltilanguage-t…
Browse files Browse the repository at this point in the history
…icketprinter

Feature zms 2528 miltilanguage ticketprinter
  • Loading branch information
manjencic authored Nov 14, 2024
2 parents bd1bc94 + 49a4366 commit dd7a6c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
1 change: 0 additions & 1 deletion zmsticketprinter/tests/Zmsticketprinter/IndexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit dd7a6c5

Please sign in to comment.