Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests #3

Merged
merged 3 commits into from
May 20, 2022
Merged

Add tests #3

merged 3 commits into from
May 20, 2022

Conversation

warren-lf
Copy link
Contributor

No description provided.

@warren-lf warren-lf marked this pull request as ready for review May 20, 2022 12:26
*
* @return string
*/
public function getAuthIdentifierName(){}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function getAuthIdentifierName(){}
public function getAuthIdentifierName(){
// no-op -- This is used only for testing to satisfy the specification of Authenticatable
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apply that to each function -- You may not need to doc comment above the function once this is done

@warren-lf warren-lf merged commit 88f64b5 into master May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants