Skip to content

Commit

Permalink
fix for fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad19 committed Sep 28, 2011
1 parent 301f99b commit 97d1aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/link_fixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class LinkFixture extends CakeTestFixture {
'parent_id' => array('type' => 'integer', 'null' => true, 'default' => NULL, 'length' => 20),
'menu_id' => array('type' => 'integer', 'null' => false, 'default' => NULL, 'length' => 20),
'title' => array('type' => 'string', 'null' => false, 'default' => NULL),
'class' => array('type' => 'string', 'null' => false, 'default' => NULL),
'description' => array('type' => 'text', 'null' => false, 'default' => NULL),
'link' => array('type' => 'string', 'null' => false, 'default' => NULL),
'target' => array('type' => 'string', 'null' => false, 'default' => NULL),
Expand Down

0 comments on commit 97d1aaa

Please sign in to comment.