Sonata\Exporter\Test\Writer\AbstractTypedWriterTestCase::testFormatIsString PHP Метод

testFormatIsString() публичный Метод

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