Removing unneeded lines

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4884 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2007-04-26 11:54:36 +00:00
parent 52f0548782
commit 6d058861e7

View file

@ -232,12 +232,6 @@
class FormHelperTest extends CakeTestCase {
function startTest($method) {
/*
if (low($method) == low('testFormValidationAssociatedDeep')) {
return parent::startTest($method);
}
*/
$this->Form = new FormHelper();
$this->Form->Html = new HtmlHelper();
$view = new View(new TheTestController());