1
0
mirror of synced 2024-12-14 07:06:04 +03:00
This commit is contained in:
zYne 2007-07-20 19:23:20 +00:00
parent 5a70876394
commit 7b9886152d

View File

@ -11,6 +11,6 @@ class SearchTest extends Doctrine_Record
$options = array('generateFiles' => false,
'fields' => array('title', 'content'));
$this->loadTemplate('Doctrine_Search_Template', $options);
$this->actAs('Searchable', $options);
}
}