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
I reviewed a previous issue #7356 which is similar but I didn't find any insights on how to remedy this for other namespaces. Here's a screenshot of the error:
Explanation:
I run ./console development:enable. - Success
I run ./console generate:test --testtype unit - Success
After entering additional info, it shows that generation was successful
Thanks for your reply. Dev mode is enabled as noted above but there's no plugin named TestRunner in the plugins nor in the config.
Before posting this issue I tried searching Matomo marketplace for a test plugin as well. The only thing that pops up is A/B Testing. Tried it again today, same results.
Just to be sure: You are running the Matomo version from this repository and not the build zip from https://builds.matomo.org/.
Because in the latter many files only needed for tests are removed.
I reviewed a previous issue #7356 which is similar but I didn't find any insights on how to remedy this for other namespaces. Here's a screenshot of the error:
Explanation:
./console development:enable
. - Success./console generate:test --testtype unit
- Success./console tests:run MyTest
./console tests:run plugins/MyPlugin/MyTest.php
Running
./console list
shows the error is indeed valid. The problem is I have no idea why this command isn't there nor how to add it.Any insights on this are greatly appreciated!
The text was updated successfully, but these errors were encountered: