Example #1
0
 public function testCreateFactoryMethod()
 {
     $json = Json::create();
     $this->assertTrue($json instanceof Json);
 }