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