Example #1
0
 /**
  * @covers Gacela\Criteria::like
  */
 public function testLike()
 {
     $this->object->like('test', 'Harry');
     $this->assertAttributeSame(array(array('like', 'test', 'Harry')), '_criteria', $this->object);
 }