Hello everyone,
I just begin to use unit testing with zend framework and zend studio 7.
After generating test files I decided to create a test suite, I have a folder named tests in my application and all test files are stored inside it.
When trying to create the test suite based on that folder I always got and error message like this : "There are several elements with name 'PHPUnit_Framework_TestSuite' in project".
I can't go any further to generate the test suite file. Even by changing Superclass in the parameters it did not change anything.
Any ideas ?
Thanks for help