ZF & PHPUnit Test suite configuration

1 message Options
Embed this post
Permalink
Mike-21

ZF & PHPUnit Test suite configuration

Reply Threaded More More options
Print post
Permalink
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