コード例 #1
0
ファイル: String.php プロジェクト: NatashaOlut/Mage_Test
 public function testStrpos()
 {
     $this->assertEquals(1, $this->_helper->strpos('123', 2));
 }