summaryrefslogtreecommitdiffstats
path: root/tests/Integration/Fixtures/FolderFixture.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration/Fixtures/FolderFixture.php')
-rw-r--r--tests/Integration/Fixtures/FolderFixture.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Integration/Fixtures/FolderFixture.php b/tests/Integration/Fixtures/FolderFixture.php
index 19f19041b..09c03e5de 100644
--- a/tests/Integration/Fixtures/FolderFixture.php
+++ b/tests/Integration/Fixtures/FolderFixture.php
@@ -19,11 +19,11 @@ class FolderFixture extends Folder
{
use Fixture;
- public function __construct(array $defaults=[])
+ public function __construct(array $defaults=[])
{
$defaults = array_merge(
[
- 'parentId' => 0,
+ 'parentId' => null,
'name' => 'folder',
'userId' => 'test',
'opened' => true,