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