Add chart endpoints

This commit is contained in:
Constantin Graf
2025-03-14 12:34:31 +01:00
committed by Constantin Graf
parent aa3c64e496
commit 01f6f0f5ea
5 changed files with 463 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ abstract class TestCaseWithDatabase extends TestCase
];
}
/**
* @return object{user: User, organization: Organization, member: Member, owner: User, ownerMember: Member}
*/
public function createUserWithRole(Role $role): object
{
$owner = User::factory()->create();