Skip to content

Commit

Permalink
Remove failing test.
Browse files Browse the repository at this point in the history
Helper::domId() was removed, remove the test case.
  • Loading branch information
markstory committed Feb 17, 2014
1 parent e097d97 commit 76ea8f1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/TestCase/View/HelperTest.php
Expand Up @@ -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
*
Expand Down

0 comments on commit 76ea8f1

Please sign in to comment.