summaryrefslogtreecommitdiff
path: root/tests/Unit/Models/User/UserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Models/User/UserTest.php')
-rw-r--r--tests/Unit/Models/User/UserTest.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Unit/Models/User/UserTest.php b/tests/Unit/Models/User/UserTest.php
index 478c02dd..0e17d137 100644
--- a/tests/Unit/Models/User/UserTest.php
+++ b/tests/Unit/Models/User/UserTest.php
@@ -37,14 +37,14 @@ class UserTest extends TestCase
'dect' => '1234567',
'email' => 'foo@bar.batz',
'mobile' => '1234/12341234',
- ]
+ ],
],
[
PersonalData::class,
'personalData',
[
- 'first_name' => 'Foo'
- ]
+ 'first_name' => 'Foo',
+ ],
],
[
Settings::class,
@@ -52,14 +52,14 @@ class UserTest extends TestCase
[
'language' => 'de_DE',
'theme' => 4,
- ]
+ ],
],
[
State::class,
'state',
[
'force_active' => true,
- ]
+ ],
],
];
}