Example #1
0
 /**
  * Test notsame.
  */
 public function testNotsame()
 {
     $this->binaryConstraintTest(Criteria::notSame(5), NotSame::class, 5);
 }