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