Beispiel #1
0
 public function testEncodeNull()
 {
     $this->assertEquals('<Null/>', Encoder::encodeNull(null, 'Null'));
 }