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