コード例 #1
0
ファイル: PathTest.php プロジェクト: aoberoi/json-works
 public function testEncodePathWithZero()
 {
     $value = '0';
     $expected = '/0';
     $this->assertEquals($expected, Utils::pathEncode($value));
 }