Exemplo n.º 1
0
 function testIntegratedQueryMin()
 {
     $strings = new qinq\Collection([1, 2, 3, 4, 5]);
     $this->assertEquals(true, $strings->min(1));
 }