Skip to content

Commit

Permalink
fixing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Sep 30, 2012
1 parent 1714df4 commit f4d0b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Core/Contents/Test/Fixture/GlobalTaggedFixture.php
Expand Up @@ -7,6 +7,8 @@
*/
class GlobalTaggedFixture extends CakeTestFixture {
public $name = 'global_tagged';

public $table = 'global_tagged';

public $fields = array(
'id' => array('type' => 'string', 'null' => false, 'default' => null, 'length' => 36, 'key' => 'primary', 'collate' => 'utf8_general_ci', 'charset' => 'utf8'),
Expand Down
2 changes: 1 addition & 1 deletion Plugin/Blog
Submodule Blog updated from 9397dc to 6e72ef

0 comments on commit f4d0b4f

Please sign in to comment.