PHP Class Jyxo\XmlReaderTest

See also: Jyxo\XmlReader
Author: Jaroslav HanslĂ­k
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: jyxo/php

Public Methods

Method Description
testGetContent ( ) Tests the getContent() method.
testGetTextValue ( ) Tests the getTextValue() method.

Protected Methods

Method Description
setUp ( ) Prepares the testing environment.
tearDown ( ) Cleans up the testing environment.

Method Details

setUp() protected method

Prepares the testing environment.
protected setUp ( )

tearDown() protected method

Cleans up the testing environment.
protected tearDown ( )

testGetContent() public method

Tests the getContent() method.
See also: Jyxo\XmlReader::getContent()
public testGetContent ( )

testGetTextValue() public method

Tests the getTextValue() method.
See also: Jyxo\XmlReader::getTextValue()
public testGetTextValue ( )