123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- <?php
- /**
- * Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:55.
- */
- class XMLReaderTest extends PHPUnit_Framework_TestCase
- {
- /**
- * @var XMLReader
- */
- protected $object;
- /**
- * Sets up the fixture, for example, opens a network connection.
- * This method is called before a test is executed.
- */
- protected function setUp()
- {
- $this->object = new XMLReader;
- }
- /**
- * Tears down the fixture, for example, closes a network connection.
- * This method is called after a test is executed.
- */
- protected function tearDown()
- {
- }
- /**
- * @covers XMLReader::close
- * @todo Implement testClose().
- */
- public function testClose()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::getAttribute
- * @todo Implement testGetAttribute().
- */
- public function testGetAttribute()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::getAttributeNo
- * @todo Implement testGetAttributeNo().
- */
- public function testGetAttributeNo()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::getAttributeNs
- * @todo Implement testGetAttributeNs().
- */
- public function testGetAttributeNs()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::getParserProperty
- * @todo Implement testGetParserProperty().
- */
- public function testGetParserProperty()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::isValid
- * @todo Implement testIsValid().
- */
- public function testIsValid()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::lookupNamespace
- * @todo Implement testLookupNamespace().
- */
- public function testLookupNamespace()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::moveToAttributeNo
- * @todo Implement testMoveToAttributeNo().
- */
- public function testMoveToAttributeNo()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::moveToAttribute
- * @todo Implement testMoveToAttribute().
- */
- public function testMoveToAttribute()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::moveToAttributeNs
- * @todo Implement testMoveToAttributeNs().
- */
- public function testMoveToAttributeNs()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::moveToElement
- * @todo Implement testMoveToElement().
- */
- public function testMoveToElement()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::moveToFirstAttribute
- * @todo Implement testMoveToFirstAttribute().
- */
- public function testMoveToFirstAttribute()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::moveToNextAttribute
- * @todo Implement testMoveToNextAttribute().
- */
- public function testMoveToNextAttribute()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::open
- * @todo Implement testOpen().
- */
- public function testOpen()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::read
- * @todo Implement testRead().
- */
- public function testRead()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::next
- * @todo Implement testNext().
- */
- public function testNext()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::readInnerXml
- * @todo Implement testReadInnerXml().
- */
- public function testReadInnerXml()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::readOuterXml
- * @todo Implement testReadOuterXml().
- */
- public function testReadOuterXml()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::readString
- * @todo Implement testReadString().
- */
- public function testReadString()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::setSchema
- * @todo Implement testSetSchema().
- */
- public function testSetSchema()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::setParserProperty
- * @todo Implement testSetParserProperty().
- */
- public function testSetParserProperty()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::setRelaxNGSchema
- * @todo Implement testSetRelaxNGSchema().
- */
- public function testSetRelaxNGSchema()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::setRelaxNGSchemaSource
- * @todo Implement testSetRelaxNGSchemaSource().
- */
- public function testSetRelaxNGSchemaSource()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::XML
- * @todo Implement testXML().
- */
- public function testXML()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- /**
- * @covers XMLReader::expand
- * @todo Implement testExpand().
- */
- public function testExpand()
- {
- // Remove the following lines when you implement this test.
- $this->markTestIncomplete(
- 'This test has not been implemented yet.'
- );
- }
- }
|