PHP Class Sonata\Exporter\Test\Source\PropelCollectionSourceIteratorTest

Author: Kévin Gomez ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sonata-project/exporter

Protected Properties

Property Type Description
$collection

Public Methods

Method Description
setUp ( )
testDateTimeTransformation ( )
testFieldsExtraction ( )
testIterator ( )

Protected Methods

Method Description
extract ( PropelCollection $collection, array $fields )

Method Details

extract() protected method

protected extract ( PropelCollection $collection, array $fields )
$collection PropelCollection
$fields array

setUp() public method

public setUp ( )

testDateTimeTransformation() public method

testFieldsExtraction() public method

testIterator() public method

public testIterator ( )

Property Details

$collection protected property

protected $collection