retrieveById([ 'user' => 'testUser', 'email' => 'test@example.org' ]); $this->assertInstanceOf('\App\Models\User', $user); $this->assertEquals(false, $user->exists); } }