hasColumn('title', 'string', 100); $this->hasColumn('content', 'string'); } public function setUp() { $options = array('generateFiles' => false, 'fields' => array('title', 'content')); $this->actAs('Searchable', $options); } }