Zend Studio 10.6.1 on Windows 8.1:
How to run PHPUnit Selenium inside Zend Studio (Version 10.6.1)? Zend Studio 10.6.1 has a built-in version of PHPUnit 3.7, but no phpunit-selenium package installed. I tried installing phpunit-selenium in my PHP project, without success.
- installed as a phar archive (phpunit.phar downloaded from phpunit website).
- installed with composer in my PHP project (require: phpunit-selenium >= 1.3.3).
- unpacked the phar archive and including it in my project.
- installed a complete current PHPUnit package (Version 4.1) in my project.
The effects were that either the PHPUnit Selenium classes could not be found, or that the tests would not run, or that PHPUnit didn't run at all anymore from within Zend Studio.
I'll answer this question by describing how I worked around it to get it to work finally.