コード例 #1
0
 public function testSearch()
 {
     $this->coll[0] = 'test';
     $this->assertEquals(0, $this->coll->indexOf('test'));
 }