All tests & Group test
http://cakeforge.org/projects/testsuite/
cakeのバージョンは、1.1.x
All tests
Group test
viewのグループテストをしたい場合
/app/tests/app/groups/views.group.php:
<?php class ViewsGroupTest extends GroupTest { function ViewsGroupTest() { TestManager::addTestCasesFromDirectory( $this, APP_TEST_CASES . DS . 'views' ); } } ?>