PHP Class Sonata\Exporter\Test\Writer\AbstractTypedWriterTestCase

Author: Grégoire Paris ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: sonata-project/exporter Class Usage Examples

Méthodes publiques

Méthode Description
testDefaultMimeTypeIsString ( )
testFormatIsString ( )

Méthodes protégées

Méthode 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 méthode

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

setUp() protected méthode

protected setUp ( )

testDefaultMimeTypeIsString() public méthode

testFormatIsString() public méthode

public testFormatIsString ( )