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

Establish PSR2-compliant naming convention for test methods #76

Open
cbj4074 opened this issue Sep 17, 2018 · 0 comments
Open

Establish PSR2-compliant naming convention for test methods #76

cbj4074 opened this issue Sep 17, 2018 · 0 comments
Labels

Comments

@cbj4074
Copy link
Member

cbj4074 commented Sep 17, 2018

Currently, we're using a mix of underscores and camelCase, with the underscores intended to differentiate between "unit under test", "condition of test", and "expected result".

This causes PHP linter failures because such names fail PSR2 compliance.

Let's establish a convention that satisfies the linter, makes sense, and embraces names of manageable length.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants