public function testIndexOf() { $index = $this->_List->indexOf(345345); $this->assertEquals(1, $index); }