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