From 6e6c5dc187d9bb9591651262c30d7a17d37d1e21 Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 16 Feb 2009 13:52:03 +0000 Subject: [PATCH] Removing getTests commited in [8033] git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8036 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/tests/cases/dispatcher.test.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/cake/tests/cases/dispatcher.test.php b/cake/tests/cases/dispatcher.test.php index 9fb440220..c725d58a3 100644 --- a/cake/tests/cases/dispatcher.test.php +++ b/cake/tests/cases/dispatcher.test.php @@ -1325,9 +1325,6 @@ class DispatcherTest extends CakeTestCase { * @access public * @return void */ - function igetTests() { - return array('testAutomaticPluginDispatchWithShortAccess'); - } function testAutomaticPluginControllerDispatch() { $_POST = array(); $_SERVER['PHP_SELF'] = '/cake/repo/branches/1.2.x.x/index.php';