Exemple #1
0
 /**
  * Test isNull.
  */
 public function testIsNull()
 {
     $this->binaryConstraintTest(Criteria::isNull(), Same::class, null);
 }