Question

I'm able to run my CakePHP unit tests from the console, but it would be a lot easier if I could use the built in features of Zend Studio 9 to run those tests.

I've not been able to find any tips on how to run CakePHP tests in Zend Studio.

Is this even possible?

Was it helpful?

Solution

I just tried loading my tests that work in a web browser and they do not work in Zend Studio. Know that if you plan on running your tests in Zend Studio, chances are they will have to be written specifically to work in Zend Studio and will likely break from working in the browser.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top