Example #1
0
 function testIntegratedQueryMax()
 {
     $strings = new qinq\Collection([1, 2, 3, 4, 5]);
     $this->assertEquals(true, $strings->max(5));
 }