Skip to content

Commit

Permalink
fix(ZMS-3253): try fixing availability mockdata for testRendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Fink authored and Tom Fink committed Nov 15, 2024
1 parent c75e3c4 commit 2b39546
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zmsadmin/tests/Zmsadmin/AvailabilityConflictsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1872,6 +1872,9 @@ public function testRendering()
}
}'
], [], 'POST');
error_log("***");
error_log((string)$response->getBody());
error_log("***");
$this->assertStringContainsString('Zwei \u00d6ffnungszeiten sind gleich', (string)$response->getBody());
$this->assertStringContainsString('2016-04-04', (string)$response->getBody());
$this->assertStringContainsString('2016-04-11', (string)$response->getBody());
Expand Down

0 comments on commit 2b39546

Please sign in to comment.