We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I have module with the name fuzz_tests_on_prod and I have noticed that it's not listed when I execute drush pml.
fuzz_tests_on_prod
drush pml
To Reproduce Create an empty module with name fuzz_tests_on_prod, make info.yml file.
info.yml
Expected behavior When I run drush pml | grep tests, to have that module in the list.
drush pml | grep tests
Actual behavior The module is not listed.
Workaround The module is listed on extensions page - URL: /admin/modules
/admin/modules
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
I have module with the name
fuzz_tests_on_prod
and I have noticed that it's not listed when I executedrush pml
.To Reproduce
Create an empty module with name
fuzz_tests_on_prod
, makeinfo.yml
file.Expected behavior
When I run
drush pml | grep tests
, to have that module in the list.Actual behavior
The module is not listed.
Workaround
The module is listed on extensions page - URL:
/admin/modules
System Configuration
The text was updated successfully, but these errors were encountered: