PHP Class Sonata\Exporter\Test\Writer\AbstractTypedWriterTestCase

Author: GrĂ©goire Paris ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sonata-project/exporter Class Usage Examples

Public Methods

Method Description
testDefaultMimeTypeIsString ( )
testFormatIsString ( )

Protected Methods

Method Description
getWriter ( ) : Sonata\Exporter\Writer\WriterInterface Should return a very simple instance of the writer (no need for complex configuration).
setUp ( )

Method Details

getWriter() abstract protected method

Should return a very simple instance of the writer (no need for complex configuration).
abstract protected getWriter ( ) : Sonata\Exporter\Writer\WriterInterface
return Sonata\Exporter\Writer\WriterInterface

setUp() protected method

protected setUp ( )

testDefaultMimeTypeIsString() public method

testFormatIsString() public method

public testFormatIsString ( )