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