コード例 #1
0
ファイル: JsonTest.php プロジェクト: WebUnicon-json/json-7
 public function testCreateFactoryMethod()
 {
     $json = Json::create();
     $this->assertTrue($json instanceof Json);
 }