mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing missing fixture causing test failure.
This commit is contained in:
parent
420a2f56df
commit
63ea4ef99a
1 changed files with 1 additions and 0 deletions
|
@ -5529,6 +5529,7 @@ class FormHelperTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function testTextAreaWithStupidCharacters() {
|
||||
$this->loadFixtures('Post');
|
||||
$result = $this->Form->input('Post.content', array(
|
||||
'label' => 'Current Text', 'value' => "GREAT®", 'rows' => '15', 'cols' => '75'
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue