Skip to content

Commit

Permalink
Updating Object test to include fixtures for both comment fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 28, 2010
1 parent 2a19a8d commit dbe35a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/object.test.php
Expand Up @@ -323,7 +323,7 @@ class ObjectTest extends CakeTestCase {
*
* @var string
*/
var $fixtures = array('core.post', 'core.comment');
var $fixtures = array('core.post', 'core.test_plugin_comment', 'core.comment');

/**
* setUp method
Expand Down

0 comments on commit dbe35a4

Please sign in to comment.