Skip to content

Commit 2aa5455

Browse files
committed
Fix tests
1 parent 1268286 commit 2aa5455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/API/Repository/BaseTagsServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function testReadOnlyProperty(): void
6464
*/
6565
public function testIsPropertySet(): void
6666
{
67-
$tag = new Tag();
67+
$tag = new Tag(['id' => 42]);
6868
$value = isset($tag->notDefined);
6969
self::assertFalse($value);
7070

0 commit comments

Comments
 (0)