PHP Class Sonata\Exporter\Test\Writer\GsaFeedWriterTest

Author: RĂ©mi Marseille ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sonata-project/exporter

Public Methods

Method Description
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.

Method Details

getFiles() public method

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

setUp() public method

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

tearDown() public method

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

testLimitSize() public method

Tests the writer limit.
public testLimitSize ( )

testNonExistentFolder() public method

testSimpleWrite() public method

Tests a simple write case.
public testSimpleWrite ( )