From 76ea8f148f0ba49efe579ee9c158622dc55e032e Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 17 Feb 2014 18:07:19 -0500 Subject: [PATCH] Remove failing test. Helper::domId() was removed, remove the test case. --- tests/TestCase/View/HelperTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/TestCase/View/HelperTest.php b/tests/TestCase/View/HelperTest.php index efeb91e9246..80f00509117 100644 --- a/tests/TestCase/View/HelperTest.php +++ b/tests/TestCase/View/HelperTest.php @@ -777,16 +777,6 @@ public function testMultiDimensionValue() { $this->assertEquals(100, $result); } -/** - * testDomId method - * - * @return void - */ - public function testDomId() { - $result = $this->Helper->domId('Foo.bar'); - $this->assertEquals('FooBar', $result); - } - /** * testMultiDimensionalField method *