Exemplo n.º 1
0
 public function testIndexOf()
 {
     $seq = new Sequence([1, 2, 3, 4, 5]);
     $this->assertEquals(2, $seq->indexOf(3));
 }