Changeset 4029 for branches/0.10/tests/PluginTestCase.php
- Timestamp:
- 03/18/08 21:29:12 (2 years ago)
- Files:
-
- 1 modified
-
branches/0.10/tests/PluginTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/tests/PluginTestCase.php
r4010 r4029 98 98 public function setUp() 99 99 { 100 $options = array('fields' => array('title', 'content'));100 $options = array('fields' => array('title', 'content')); 101 101 $auditLog = new Doctrine_Template_Versionable($options); 102 102 $search = new Doctrine_Template_Searchable($options); 103 $slug = new Doctrine_Template_Sluggable($options);103 $slug = new Doctrine_Template_Sluggable($options); 104 104 $i18n = new Doctrine_Template_I18n($options); 105 106 105 107 106 $i18n->addChild($auditLog)