Example #1
0
 /**
  * @covers Cradle\Sql\AbstractSql::search
  */
 public function testSearch()
 {
     $collection = $this->object->search('foobar');
     $this->assertInstanceOf('Cradle\\Sql\\Search', $collection);
 }