コード例 #1
0
ファイル: EncoderTest.php プロジェクト: jobywalker/imperium
 public function testEncodeNull()
 {
     $this->assertEquals('<Null/>', Encoder::encodeNull(null, 'Null'));
 }