Testing suite

Is there any reason why there is no test suite? Are you planning to make one?

Thanks

Yes, it’s already assigned 1.1a. And the question is: what date is it planned for?

I will definitelly will give yii a try when test suite is ready, looks very promissing :)

Just wondering what is a test suite and what does it do?

Test suite is a bundle of bound libraries for automated application testing. Framework will probably have it's own test suite for testing itsef and it's therefore very easy to have automated testing support for end-users as well. Test suite is generally a couple of frameworks such as:

  • SimpleTest / PhpUnit;

  • Selenium + Selenium RC;

  • Optional Phing environment;