You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: