zu fabricjs gewechselt, noch nicht funktionsfähig

This commit is contained in:
Codex Agent
2025-10-31 20:19:09 +01:00
parent 06df61f706
commit eb0c31c90b
33 changed files with 7718 additions and 2062 deletions

View File

@@ -29,7 +29,7 @@ class EventInviteQrCodeTest extends TenantTestCase
$this->assertArrayHasKey('qr_code_data_url', $firstInvite);
$this->assertNotNull($firstInvite['qr_code_data_url']);
$this->assertIsString($firstInvite['qr_code_data_url']);
$this->assertStringStartsWith('data:image/svg+xml;base64,', $firstInvite['qr_code_data_url']);
$this->assertStringStartsWith('data:image/png;base64,', $firstInvite['qr_code_data_url']);
$this->assertSame(url('/e/'.$firstInvite['token']), $firstInvite['url']);
}
}