Example #1
0
 /**
  * Test notNull.
  */
 public function testNotNull()
 {
     $this->binaryConstraintTest(Criteria::notNull(), NotSame::class, null);
 }