Skip to content

Commit

Permalink
Fixing missing fixture causing test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 23, 2011
1 parent 420a2f5 commit 63ea4ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/Case/View/Helper/FormHelperTest.php
Expand Up @@ -5529,6 +5529,7 @@ public function testTextArea() {
* @return void
*/
public function testTextAreaWithStupidCharacters() {
$this->loadFixtures('Post');
$result = $this->Form->input('Post.content', array(
'label' => 'Current Text', 'value' => "GREAT®", 'rows' => '15', 'cols' => '75'
));
Expand Down

0 comments on commit 63ea4ef

Please sign in to comment.