add set media fields
This commit is contained in:
parent
1ce7688d33
commit
fa8efd765f
10 changed files with 61 additions and 21 deletions
|
|
@ -10,7 +10,12 @@ class ElementTest extends TestCase
|
|||
{
|
||||
public function testCreatesElementWithNullableParent(): void
|
||||
{
|
||||
$set = new DomainSet(1, 'Daily learning');
|
||||
$set = new DomainSet(
|
||||
id: 1,
|
||||
name: 'Daily learning',
|
||||
description: 'Daily learning description',
|
||||
iconImageUrl: '/assets/daily-learning-icon.svg',
|
||||
);
|
||||
$rootElement = new Element(
|
||||
id: 1,
|
||||
title: 'Root',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue