Exemplo n.º 1
0
 public function testTakeWhile()
 {
     $this->assertSame(array(0), $this->seq->takeWhile('is_integer')->all());
 }