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

저자: Rémi Marseille ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: sonata-project/exporter

공개 메소드들

메소드 설명
getFiles ( ) : array Gets an array of files of the main folder.
setUp ( ) Creates the folder useful to this test.
tearDown ( ) Deletes the generated XML and the created folder.
testLimitSize ( ) Tests the writer limit.
testNonExistentFolder ( )
testSimpleWrite ( ) Tests a simple write case.

메소드 상세

getFiles() 공개 메소드

Gets an array of files of the main folder.
public getFiles ( ) : array
리턴 array

setUp() 공개 메소드

Creates the folder useful to this test.
public setUp ( )

tearDown() 공개 메소드

Deletes the generated XML and the created folder.
public tearDown ( )

testLimitSize() 공개 메소드

Tests the writer limit.
public testLimitSize ( )

testNonExistentFolder() 공개 메소드

testSimpleWrite() 공개 메소드

Tests a simple write case.
public testSimpleWrite ( )