object = new dynaFormHandler; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers dynaFormHandler::load * @todo Implement testLoad(). */ public function testLoad() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::reload * @todo Implement testReload(). */ public function testReload() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::__cloneEmpty * @todo Implement test__cloneEmpty(). */ public function test__cloneEmpty() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::toString * @todo Implement testToString(). */ public function testToString() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::getNode * @todo Implement testGetNode(). */ public function testGetNode() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::setNode * @todo Implement testSetNode(). */ public function testSetNode() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::add * @todo Implement testAdd(). */ public function testAdd() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::replace * @todo Implement testReplace(). */ public function testReplace() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::save * @todo Implement testSave(). */ public function testSave() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::fixXmlFile * @todo Implement testFixXmlFile(). */ public function testFixXmlFile() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::setHeaderAttribute * @todo Implement testSetHeaderAttribute(). */ public function testSetHeaderAttribute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::modifyHeaderAttribute * @todo Implement testModifyHeaderAttribute(). */ public function testModifyHeaderAttribute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::updateAttribute * @todo Implement testUpdateAttribute(). */ public function testUpdateAttribute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::remove * @todo Implement testRemove(). */ public function testRemove() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::nodeExists * @todo Implement testNodeExists(). */ public function testNodeExists() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::moveUp * @todo Implement testMoveUp(). */ public function testMoveUp() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::moveDown * @todo Implement testMoveDown(). */ public function testMoveDown() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::getFields * @todo Implement testGetFields(). */ public function testGetFields() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::getFieldNames * @todo Implement testGetFieldNames(). */ public function testGetFieldNames() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::addChilds * @todo Implement testAddChilds(). */ public function testAddChilds() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::addOrUpdateChild * @todo Implement testAddOrUpdateChild(). */ public function testAddOrUpdateChild() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers dynaFormHandler::getArray * @todo Implement testGetArray(). */ public function testGetArray() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }