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