PHP Class FastFeed\Tests\Parser\AbstractRSSParserTest

Inheritance: extends AbstractParserTest
Datei anzeigen Open project: fastfeed/fastfeed

Protected Properties

Property Type Description
$parser FastFeed\Parser\RSSParser
$path string
$xmls array

Public Methods

Method Description
setUp ( )

Protected Methods

Method Description
getFirstValueFromXpath ( $content, $query ) : string

Method Details

getFirstValueFromXpath() protected method

protected getFirstValueFromXpath ( $content, $query ) : string
$content
$query
return string

setUp() public method

public setUp ( )

Property Details

$parser protected_oe property

protected RSSParser,FastFeed\Parser $parser
return FastFeed\Parser\RSSParser

$path protected_oe property

protected string $path
return string

$xmls protected_oe property

protected array $xmls
return array