PHP Class FastFeed\Tests\Parser\AtomParserFirstElementTest

Inheritance: extends AbstractAtomParserTest
Mostra file Open project: fastfeed/fastfeed

Public Methods

Method Description
dataProvider ( )
setUp ( )
testAuthor ( $fileName )
testContent ( $fileName )
testDate ( $fileName )
testId ( $fileName )
testImage ( $fileName )
testIntro ( $fileName )
testName ( $fileName )
testSource ( $fileName )

Protected Methods

Method Description
getContent ( $xml )
getItem ( $content )

Method Details

dataProvider() public method

public dataProvider ( )

getContent() protected method

protected getContent ( $xml )

getItem() protected method

protected getItem ( $content )

setUp() public method

public setUp ( )

testAuthor() public method

public testAuthor ( $fileName )

testContent() public method

public testContent ( $fileName )

testDate() public method

public testDate ( $fileName )

testId() public method

public testId ( $fileName )

testImage() public method

public testImage ( $fileName )

testIntro() public method

public testIntro ( $fileName )

testName() public method

public testName ( $fileName )

testSource() public method

public testSource ( $fileName )