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

Use cbf to make tests/ PSR2 compliant. #3152

Merged
merged 5 commits into from
Nov 8, 2017
Merged

Use cbf to make tests/ PSR2 compliant. #3152

merged 5 commits into from
Nov 8, 2017

Conversation

weitzman
Copy link
Member

@weitzman weitzman commented Nov 8, 2017

No description provided.

'name' => 'foo',
'machine_name' => 'bar',
]);
$optionsExample['directory'] = self::getSandbox();
Copy link
Member Author

Choose a reason for hiding this comment

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

Anyone know if we can convince phpcs to preserve indentation on these array elements?

@greg-1-anderson
Copy link
Member

In general, I am against style-checking the tests. It's fine to run cbf on them to make them comply, but I usually don't make test style variations failures.

I know plenty of projects that do style-check the tests, though, so I won't object if you want to move forward here.

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