Sonata\Exporter\Test\Writer\AbstractTypedWriterTestCase::testFormatIsString PHP Method

testFormatIsString() public method

public testFormatIsString ( )
    public function testFormatIsString()
    {
        $this->assertInternalType('string', $this->writer->getFormat());
    }