PHP 클래스 Sonata\Exporter\Test\Writer\AbstractTypedWriterTestCase

저자: Grégoire Paris ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: sonata-project/exporter 1 사용 예제들

공개 메소드들

메소드 설명
testDefaultMimeTypeIsString ( )
testFormatIsString ( )

보호된 메소드들

메소드 설명
getWriter ( ) : Sonata\Exporter\Writer\WriterInterface Should return a very simple instance of the writer (no need for complex configuration).
setUp ( )

메소드 상세

getWriter() 추상적인 보호된 메소드

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

setUp() 보호된 메소드

protected setUp ( )

testDefaultMimeTypeIsString() 공개 메소드

testFormatIsString() 공개 메소드

public testFormatIsString ( )