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