Hey, how's it going! I was wondering if you could help me debug my own implementation of this, which happens to be in a wordpress plugin. I find that when I run phpunit, my tests run just fine. However, when I run grunt, although it does seem to attempt to run the tests, it gives me the output:
Installing...
Installing network...
Running as multisite...
Not running ajax tests. To execute these, use --group ajax.
Not running ms-files tests. To execute these, use --group ms-files.
Not running external-http tests. To execute these, use --group external-http.
PHPUnit 5.2.3 by Sebastian Bergmann and contributors.
Hey, how's it going! I was wondering if you could help me debug my own implementation of this, which happens to be in a wordpress plugin. I find that when I run phpunit, my tests run just fine. However, when I run grunt, although it does seem to attempt to run the tests, it gives me the output:
scotts-MacBook-Pro:lxb-zendesk scottfennell$ grunt
Running "phpunit-runner:fast" (phpunit-runner) task
Running "shell:phpunit-runner-0" (shell) task
Any advice? I'm not sure how to debug this.