Navigation Menu

Skip to content

Commit

Permalink
Remove complex rendering.
Browse files Browse the repository at this point in the history
There wasn't a complex option type in 2.x, so there isn't much reason to
add it.
  • Loading branch information
markstory committed Jan 15, 2014
1 parent d8944c6 commit 5f51652
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions src/View/Input/MultiCheckbox.php
Expand Up @@ -41,6 +41,7 @@ public function __construct($templates) {
* checked.
* - `disabled` Either a boolean or an array of checkboxes to disable.
* - `escape` Set to false to disable HTML escaping.
* - `options` An associative array of value=>labels to generate options for.
*
* @param array $data
* @return string
Expand Down
9 changes: 0 additions & 9 deletions tests/TestCase/View/Input/MultiCheckboxTest.php
Expand Up @@ -106,15 +106,6 @@ public function testRenderEscaping() {
$this->assertTags($result, $expected);
}

/**
* Test render complex options.
*
* @return void
*/
public function testRenderComplex() {
$this->markTestIncomplete();
}

/**
* Test render selected checkboxes.
*
Expand Down

0 comments on commit 5f51652

Please sign in to comment.