/** * tests getting the writer type * * @group writer * @group sourcetest */ public function testGetType() { self::assertSame('xml', $this->object->getType()); }