merging changes from [683] [684] [685] [686] [688] [689] [690]

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@691 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2005-08-25 03:45:14 +00:00
parent e9358bacbe
commit cdf8fd5812
10 changed files with 219 additions and 102 deletions

View file

@ -46,6 +46,18 @@ class TestsController extends TestsHelper {
$this->layout = null;
require_once TESTS.'index.php';
}
function groups ()
{
$this->layout = null;
require_once TESTS.'index.php';
}
function cases ()
{
$this->layout = null;
require_once TESTS.'index.php';
}
/**
* Runs all library and application tests
*