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 *