コード例 #1
0
ファイル: SequenceTest.php プロジェクト: imunhatep/collection
 public function testTakeWhile()
 {
     $this->assertSame([0], $this->seq->takeWhile('is_integer')->all());
 }