コード例 #1
0
ファイル: ToleranceTest.php プロジェクト: mimmi20/wurfl
 public function testOpenParen()
 {
     $this->assertEquals(6, Utils::firstOpenParen('Value(12)'));
     $this->assertNull(Utils::firstOpenParen('Value'));
 }