コード例 #1
0
ファイル: Json.phpTest.php プロジェクト: alex-k/jsondiff
 public function testExport()
 {
     $exporter = new Export();
     $this->assertEquals('{"a":"b"}', $exporter->exportFromArray(["a" => "b"]));
 }