diff --git a/models/SearchTest.php b/models/SearchTest.php index d33b5c575..38fbfe719 100644 --- a/models/SearchTest.php +++ b/models/SearchTest.php @@ -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); } }