Example #1
0
 /**
  * Test all.
  */
 public function testAll()
 {
     $this->quantifierTest(Criteria::all($specification = Criteria::gt(5)), All::class, $specification);
 }