Browse Source

Remove failing test.

Helper::domId() was removed, remove the test case.
mark_story 12 years ago
parent
commit
76ea8f148f
1 changed files with 0 additions and 10 deletions
  1. 0 10
      tests/TestCase/View/HelperTest.php

+ 0 - 10
tests/TestCase/View/HelperTest.php

@@ -778,16 +778,6 @@ class HelperTest extends TestCase {
 	}
 
 /**
- * testDomId method
- *
- * @return void
- */
-	public function testDomId() {
-		$result = $this->Helper->domId('Foo.bar');
-		$this->assertEquals('FooBar', $result);
-	}
-
-/**
  * testMultiDimensionalField method
  *
  * @return void