PHP Класс Sonata\Exporter\Test\Writer\GsaFeedWriterTest

Автор: Rémi Marseille ([email protected])
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )