Esempio n. 1
0
 /** @test */
 public function testSum()
 {
     $this->assertEquals(10, IterUtil::sum(array(1, 2, 3), 4));
 }