mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
DX: embed test app inside bundle
This commit is contained in:
@@ -97,9 +97,9 @@ final class CalendarTypeTest extends TypeTestCase
|
||||
|
||||
$calendar = new Calendar();
|
||||
$calendar->setMainUser(new class () extends User {
|
||||
public function getId()
|
||||
public function getId(): ?int
|
||||
{
|
||||
return '1';
|
||||
return 1;
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user