diff --git a/src/Extend/NotificationChannel.php b/src/Extend/NotificationChannel.php index 332d6ab19..39aca61e0 100644 --- a/src/Extend/NotificationChannel.php +++ b/src/Extend/NotificationChannel.php @@ -1,5 +1,12 @@ prepareDatabase([ 'users' => [ - $this->normalUser() + $this->normalUser() ] ]); } @@ -39,6 +43,5 @@ class NotificationChannelTest extends TestCase /** @var User $user */ $user = User::find(2); - } } diff --git a/tests/integration/extenders/UserPreferencesTest.php b/tests/integration/extenders/UserPreferencesTest.php index 3c84dc329..da181ff23 100644 --- a/tests/integration/extenders/UserPreferencesTest.php +++ b/tests/integration/extenders/UserPreferencesTest.php @@ -1,5 +1,12 @@ prepareDatabase([ 'users' => [ - $this->normalUser() + $this->normalUser() ] ]); }