zu fabricjs gewechselt, noch nicht funktionsfähig
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user