public function testFileExtension() { $formatter = new JSON(); $this->assertSame('json', $formatter->getFileExtension()); }