Commit 7b988615 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 5a708763
...@@ -11,6 +11,6 @@ class SearchTest extends Doctrine_Record ...@@ -11,6 +11,6 @@ class SearchTest extends Doctrine_Record
$options = array('generateFiles' => false, $options = array('generateFiles' => false,
'fields' => array('title', 'content')); 'fields' => array('title', 'content'));
$this->loadTemplate('Doctrine_Search_Template', $options); $this->actAs('Searchable', $options);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment