Example #1
0
 /**
  * Test isTrue.
  */
 public function testIsTrue()
 {
     $this->binaryConstraintTest(Criteria::isTrue(), Same::class, true);
 }