Example #1
0
 function testIntegratedQueryAll()
 {
     $strings = new qinq\Collection([1, 1, 1, 1, 1, 1]);
     $this->assertEquals(true, $strings->all(1));
     $this->assertEquals(false, $strings->all(2));
 }