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

Tests are not loading config7.neon as expected. #63

Closed
mglaman opened this issue May 1, 2019 · 0 comments · Fixed by #64
Closed

Tests are not loading config7.neon as expected. #63

mglaman opened this issue May 1, 2019 · 0 comments · Fixed by #64

Comments

@mglaman
Copy link
Owner

mglaman commented May 1, 2019

In the phpunit-drupal-phpstan.neon file we have the following declared:

parameters:
	level: 7

However, the level parameter means nothing outside of CommandHelper. We need to include the specific file properly

includes:
	- ../../../extension.neon
	- ../../../vendor/phpstan/phpstan/conf/config.level7.neon
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 a pull request may close this issue.

1 participant