mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
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:
parent
52f0548782
commit
6d058861e7
1 changed files with 0 additions and 6 deletions
|
@ -232,12 +232,6 @@
|
||||||
class FormHelperTest extends CakeTestCase {
|
class FormHelperTest extends CakeTestCase {
|
||||||
|
|
||||||
function startTest($method) {
|
function startTest($method) {
|
||||||
/*
|
|
||||||
if (low($method) == low('testFormValidationAssociatedDeep')) {
|
|
||||||
return parent::startTest($method);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
$this->Form = new FormHelper();
|
$this->Form = new FormHelper();
|
||||||
$this->Form->Html = new HtmlHelper();
|
$this->Form->Html = new HtmlHelper();
|
||||||
$view = new View(new TheTestController());
|
$view = new View(new TheTestController());
|
||||||
|
|
Loading…
Add table
Reference in a new issue