Exemplo n.º 1
0
 public function testExport()
 {
     $exporter = new Export();
     $this->assertEquals('{"a":"b"}', $exporter->exportFromArray(["a" => "b"]));
 }