Adldap\Laravel\Tests\TestCase::getMockUser PHP Method

getMockUser() protected method

protected getMockUser ( array $attributes = [] )
$attributes array
    protected function getMockUser(array $attributes = [])
    {
        return Adldap::getDefaultProvider()->make()->user($attributes ?: ['samaccountname' => ['jdoe'], 'mail' => ['[email protected]'], 'cn' => ['John Doe']]);
    }