Example #1
0
 /**
  * Test lt.
  */
 public function testLt()
 {
     $this->binaryConstraintTest(Criteria::lt(5), LessThan::class, 5);
 }