We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fm
1 parent 93a2713 commit 8692647Copy full SHA for 8692647
1 file changed
app/sprinkles/admin/tests/Integration/Controller/UserControllerGuestTest.php
@@ -627,6 +627,7 @@ public function testUpdateFieldWithMasterUserWithNoPermissions(UserController $c
627
628
// In case the user don't exist
629
if (!$user) {
630
+ $fm = $this->ci->factory;
631
$user = $fm->create('UserFrosting\Sprinkle\Account\Database\Models\User', [
632
'id' => $this->ci->config['reserved_user_ids.master']
633
]);
0 commit comments