/**
  * @depends testJsonHelper
  */
 public function testGetName()
 {
     $this->assertSame('json', JsonHelper::getName());
 }