parent
59df3918f6
commit
bdc3253d40
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:48. |
||||
*/ |
||||
class BadFunctionCallExceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var BadFunctionCallException |
||||
*/ |
||||
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 BadFunctionCallException; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:48. |
||||
*/ |
||||
class BadMethodCallExceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var BadMethodCallException |
||||
*/ |
||||
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 BadMethodCallException; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMCdataSectionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMCdataSection |
||||
*/ |
||||
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 DOMCdataSection; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMCommentTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMComment |
||||
*/ |
||||
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 DOMComment; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,64 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMConfigurationTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMConfiguration |
||||
*/ |
||||
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 DOMConfiguration; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMConfiguration::setParameter |
||||
* @todo Implement testSetParameter(). |
||||
*/ |
||||
public function testSetParameter() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMConfiguration::getParameter |
||||
* @todo Implement testGetParameter(). |
||||
*/ |
||||
public function testGetParameter() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMConfiguration::canSetParameter |
||||
* @todo Implement testCanSetParameter(). |
||||
*/ |
||||
public function testCanSetParameter() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,40 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMDocumentFragmentTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMDocumentFragment |
||||
*/ |
||||
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 DOMDocumentFragment; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocumentFragment::appendXML |
||||
* @todo Implement testAppendXML(). |
||||
*/ |
||||
public function testAppendXML() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,412 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMDocumentTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMDocument |
||||
*/ |
||||
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 DOMDocument; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createElement |
||||
* @todo Implement testCreateElement(). |
||||
*/ |
||||
public function testCreateElement() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createDocumentFragment |
||||
* @todo Implement testCreateDocumentFragment(). |
||||
*/ |
||||
public function testCreateDocumentFragment() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createTextNode |
||||
* @todo Implement testCreateTextNode(). |
||||
*/ |
||||
public function testCreateTextNode() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createComment |
||||
* @todo Implement testCreateComment(). |
||||
*/ |
||||
public function testCreateComment() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createCDATASection |
||||
* @todo Implement testCreateCDATASection(). |
||||
*/ |
||||
public function testCreateCDATASection() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createProcessingInstruction |
||||
* @todo Implement testCreateProcessingInstruction(). |
||||
*/ |
||||
public function testCreateProcessingInstruction() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createAttribute |
||||
* @todo Implement testCreateAttribute(). |
||||
*/ |
||||
public function testCreateAttribute() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createEntityReference |
||||
* @todo Implement testCreateEntityReference(). |
||||
*/ |
||||
public function testCreateEntityReference() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::getElementsByTagName |
||||
* @todo Implement testGetElementsByTagName(). |
||||
*/ |
||||
public function testGetElementsByTagName() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::importNode |
||||
* @todo Implement testImportNode(). |
||||
*/ |
||||
public function testImportNode() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createElementNS |
||||
* @todo Implement testCreateElementNS(). |
||||
*/ |
||||
public function testCreateElementNS() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::createAttributeNS |
||||
* @todo Implement testCreateAttributeNS(). |
||||
*/ |
||||
public function testCreateAttributeNS() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::getElementsByTagNameNS |
||||
* @todo Implement testGetElementsByTagNameNS(). |
||||
*/ |
||||
public function testGetElementsByTagNameNS() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::getElementById |
||||
* @todo Implement testGetElementById(). |
||||
*/ |
||||
public function testGetElementById() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::adoptNode |
||||
* @todo Implement testAdoptNode(). |
||||
*/ |
||||
public function testAdoptNode() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::normalizeDocument |
||||
* @todo Implement testNormalizeDocument(). |
||||
*/ |
||||
public function testNormalizeDocument() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::renameNode |
||||
* @todo Implement testRenameNode(). |
||||
*/ |
||||
public function testRenameNode() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::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 DOMDocument::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 DOMDocument::loadXML |
||||
* @todo Implement testLoadXML(). |
||||
*/ |
||||
public function testLoadXML() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::saveXML |
||||
* @todo Implement testSaveXML(). |
||||
*/ |
||||
public function testSaveXML() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::validate |
||||
* @todo Implement testValidate(). |
||||
*/ |
||||
public function testValidate() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::xinclude |
||||
* @todo Implement testXinclude(). |
||||
*/ |
||||
public function testXinclude() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::loadHTML |
||||
* @todo Implement testLoadHTML(). |
||||
*/ |
||||
public function testLoadHTML() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::loadHTMLFile |
||||
* @todo Implement testLoadHTMLFile(). |
||||
*/ |
||||
public function testLoadHTMLFile() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::saveHTML |
||||
* @todo Implement testSaveHTML(). |
||||
*/ |
||||
public function testSaveHTML() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::saveHTMLFile |
||||
* @todo Implement testSaveHTMLFile(). |
||||
*/ |
||||
public function testSaveHTMLFile() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::schemaValidate |
||||
* @todo Implement testSchemaValidate(). |
||||
*/ |
||||
public function testSchemaValidate() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::schemaValidateSource |
||||
* @todo Implement testSchemaValidateSource(). |
||||
*/ |
||||
public function testSchemaValidateSource() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::relaxNGValidate |
||||
* @todo Implement testRelaxNGValidate(). |
||||
*/ |
||||
public function testRelaxNGValidate() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::relaxNGValidateSource |
||||
* @todo Implement testRelaxNGValidateSource(). |
||||
*/ |
||||
public function testRelaxNGValidateSource() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMDocument::registerNodeClass |
||||
* @todo Implement testRegisterNodeClass(). |
||||
*/ |
||||
public function testRegisterNodeClass() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMDocumentTypeTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMDocumentType |
||||
*/ |
||||
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 DOMDocumentType; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMDomErrorTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMDomError |
||||
*/ |
||||
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 DOMDomError; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:48. |
||||
*/ |
||||
class DOMEntityReferenceTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMEntityReference |
||||
*/ |
||||
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 DOMEntityReference; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:48. |
||||
*/ |
||||
class DOMEntityTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMEntity |
||||
*/ |
||||
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 DOMEntity; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,40 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMErrorHandlerTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMErrorHandler |
||||
*/ |
||||
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 DOMErrorHandler; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMErrorHandler::handleError |
||||
* @todo Implement testHandleError(). |
||||
*/ |
||||
public function testHandleError() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:45. |
||||
*/ |
||||
class DOMExceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMException |
||||
*/ |
||||
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 DOMException; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,40 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMImplementationListTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMImplementationList |
||||
*/ |
||||
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 DOMImplementationList; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMImplementationList::item |
||||
* @todo Implement testItem(). |
||||
*/ |
||||
public function testItem() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,52 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMImplementationSourceTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMImplementationSource |
||||
*/ |
||||
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 DOMImplementationSource; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMImplementationSource::getDomimplementation |
||||
* @todo Implement testGetDomimplementation(). |
||||
*/ |
||||
public function testGetDomimplementation() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMImplementationSource::getDomimplementations |
||||
* @todo Implement testGetDomimplementations(). |
||||
*/ |
||||
public function testGetDomimplementations() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,76 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMImplementationTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMImplementation |
||||
*/ |
||||
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 DOMImplementation; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMImplementation::getFeature |
||||
* @todo Implement testGetFeature(). |
||||
*/ |
||||
public function testGetFeature() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMImplementation::hasFeature |
||||
* @todo Implement testHasFeature(). |
||||
*/ |
||||
public function testHasFeature() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMImplementation::createDocumentType |
||||
* @todo Implement testCreateDocumentType(). |
||||
*/ |
||||
public function testCreateDocumentType() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMImplementation::createDocument |
||||
* @todo Implement testCreateDocument(). |
||||
*/ |
||||
public function testCreateDocument() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMLocatorTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMLocator |
||||
*/ |
||||
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 DOMLocator; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,52 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMNameListTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMNameList |
||||
*/ |
||||
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 DOMNameList; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNameList::getName |
||||
* @todo Implement testGetName(). |
||||
*/ |
||||
public function testGetName() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNameList::getNamespaceURI |
||||
* @todo Implement testGetNamespaceURI(). |
||||
*/ |
||||
public function testGetNamespaceURI() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMNameSpaceNodeTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMNameSpaceNode |
||||
*/ |
||||
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 DOMNameSpaceNode; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,112 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMNamedNodeMapTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMNamedNodeMap |
||||
*/ |
||||
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 DOMNamedNodeMap; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNamedNodeMap::getNamedItem |
||||
* @todo Implement testGetNamedItem(). |
||||
*/ |
||||
public function testGetNamedItem() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNamedNodeMap::setNamedItem |
||||
* @todo Implement testSetNamedItem(). |
||||
*/ |
||||
public function testSetNamedItem() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNamedNodeMap::removeNamedItem |
||||
* @todo Implement testRemoveNamedItem(). |
||||
*/ |
||||
public function testRemoveNamedItem() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNamedNodeMap::item |
||||
* @todo Implement testItem(). |
||||
*/ |
||||
public function testItem() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNamedNodeMap::getNamedItemNS |
||||
* @todo Implement testGetNamedItemNS(). |
||||
*/ |
||||
public function testGetNamedItemNS() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNamedNodeMap::setNamedItemNS |
||||
* @todo Implement testSetNamedItemNS(). |
||||
*/ |
||||
public function testSetNamedItemNS() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNamedNodeMap::removeNamedItemNS |
||||
* @todo Implement testRemoveNamedItemNS(). |
||||
*/ |
||||
public function testRemoveNamedItemNS() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,40 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMNodeListTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMNodeList |
||||
*/ |
||||
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 DOMNodeList; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNodeList::item |
||||
* @todo Implement testItem(). |
||||
*/ |
||||
public function testItem() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,292 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:46. |
||||
*/ |
||||
class DOMNodeTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMNode |
||||
*/ |
||||
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 DOMNode; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::insertBefore |
||||
* @todo Implement testInsertBefore(). |
||||
*/ |
||||
public function testInsertBefore() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::replaceChild |
||||
* @todo Implement testReplaceChild(). |
||||
*/ |
||||
public function testReplaceChild() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::removeChild |
||||
* @todo Implement testRemoveChild(). |
||||
*/ |
||||
public function testRemoveChild() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::appendChild |
||||
* @todo Implement testAppendChild(). |
||||
*/ |
||||
public function testAppendChild() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::hasChildNodes |
||||
* @todo Implement testHasChildNodes(). |
||||
*/ |
||||
public function testHasChildNodes() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::cloneNode |
||||
* @todo Implement testCloneNode(). |
||||
*/ |
||||
public function testCloneNode() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::normalize |
||||
* @todo Implement testNormalize(). |
||||
*/ |
||||
public function testNormalize() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::isSupported |
||||
* @todo Implement testIsSupported(). |
||||
*/ |
||||
public function testIsSupported() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::hasAttributes |
||||
* @todo Implement testHasAttributes(). |
||||
*/ |
||||
public function testHasAttributes() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::compareDocumentPosition |
||||
* @todo Implement testCompareDocumentPosition(). |
||||
*/ |
||||
public function testCompareDocumentPosition() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::isSameNode |
||||
* @todo Implement testIsSameNode(). |
||||
*/ |
||||
public function testIsSameNode() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::lookupPrefix |
||||
* @todo Implement testLookupPrefix(). |
||||
*/ |
||||
public function testLookupPrefix() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::isDefaultNamespace |
||||
* @todo Implement testIsDefaultNamespace(). |
||||
*/ |
||||
public function testIsDefaultNamespace() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::lookupNamespaceUri |
||||
* @todo Implement testLookupNamespaceUri(). |
||||
*/ |
||||
public function testLookupNamespaceUri() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::isEqualNode |
||||
* @todo Implement testIsEqualNode(). |
||||
*/ |
||||
public function testIsEqualNode() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::getFeature |
||||
* @todo Implement testGetFeature(). |
||||
*/ |
||||
public function testGetFeature() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::setUserData |
||||
* @todo Implement testSetUserData(). |
||||
*/ |
||||
public function testSetUserData() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::getUserData |
||||
* @todo Implement testGetUserData(). |
||||
*/ |
||||
public function testGetUserData() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::getNodePath |
||||
* @todo Implement testGetNodePath(). |
||||
*/ |
||||
public function testGetNodePath() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::getLineNo |
||||
* @todo Implement testGetLineNo(). |
||||
*/ |
||||
public function testGetLineNo() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::C14N |
||||
* @todo Implement testC14N(). |
||||
*/ |
||||
public function testC14N() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMNode::C14NFile |
||||
* @todo Implement testC14NFile(). |
||||
*/ |
||||
public function testC14NFile() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMNotationTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMNotation |
||||
*/ |
||||
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 DOMNotation; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:48. |
||||
*/ |
||||
class DOMProcessingInstructionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMProcessingInstruction |
||||
*/ |
||||
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 DOMProcessingInstruction; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,52 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:48. |
||||
*/ |
||||
class DOMStringExtendTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMStringExtend |
||||
*/ |
||||
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 DOMStringExtend; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMStringExtend::findOffset16 |
||||
* @todo Implement testFindOffset16(). |
||||
*/ |
||||
public function testFindOffset16() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMStringExtend::findOffset32 |
||||
* @todo Implement testFindOffset32(). |
||||
*/ |
||||
public function testFindOffset32() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,40 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:45. |
||||
*/ |
||||
class DOMStringListTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMStringList |
||||
*/ |
||||
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 DOMStringList; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMStringList::item |
||||
* @todo Implement testItem(). |
||||
*/ |
||||
public function testItem() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,76 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMTextTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMText |
||||
*/ |
||||
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 DOMText; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMText::splitText |
||||
* @todo Implement testSplitText(). |
||||
*/ |
||||
public function testSplitText() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMText::isWhitespaceInElementContent |
||||
* @todo Implement testIsWhitespaceInElementContent(). |
||||
*/ |
||||
public function testIsWhitespaceInElementContent() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMText::isElementContentWhitespace |
||||
* @todo Implement testIsElementContentWhitespace(). |
||||
*/ |
||||
public function testIsElementContentWhitespace() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMText::replaceWholeText |
||||
* @todo Implement testReplaceWholeText(). |
||||
*/ |
||||
public function testReplaceWholeText() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMTypeinfoTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMTypeinfo |
||||
*/ |
||||
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 DOMTypeinfo; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,40 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:47. |
||||
*/ |
||||
class DOMUserDataHandlerTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DOMUserDataHandler |
||||
*/ |
||||
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 DOMUserDataHandler; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers DOMUserDataHandler::handle |
||||
* @todo Implement testHandle(). |
||||
*/ |
||||
public function testHandle() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:45. |
||||
*/ |
||||
class DatePeriodTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DatePeriod |
||||
*/ |
||||
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 DatePeriod; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:48. |
||||
*/ |
||||
class DomainExceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var DomainException |
||||
*/ |
||||
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 DomainException; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:55. |
||||
*/ |
||||
class PDOExceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var PDOException |
||||
*/ |
||||
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 PDOException; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:55. |
||||
*/ |
||||
class PDORowTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var PDORow |
||||
*/ |
||||
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 PDORow; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,280 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:55. |
||||
*/ |
||||
class PDOStatementTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var PDOStatement |
||||
*/ |
||||
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 PDOStatement; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::execute |
||||
* @todo Implement testExecute(). |
||||
*/ |
||||
public function testExecute() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::fetch |
||||
* @todo Implement testFetch(). |
||||
*/ |
||||
public function testFetch() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::bindParam |
||||
* @todo Implement testBindParam(). |
||||
*/ |
||||
public function testBindParam() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::bindColumn |
||||
* @todo Implement testBindColumn(). |
||||
*/ |
||||
public function testBindColumn() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::bindValue |
||||
* @todo Implement testBindValue(). |
||||
*/ |
||||
public function testBindValue() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::rowCount |
||||
* @todo Implement testRowCount(). |
||||
*/ |
||||
public function testRowCount() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::fetchColumn |
||||
* @todo Implement testFetchColumn(). |
||||
*/ |
||||
public function testFetchColumn() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::fetchAll |
||||
* @todo Implement testFetchAll(). |
||||
*/ |
||||
public function testFetchAll() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::fetchObject |
||||
* @todo Implement testFetchObject(). |
||||
*/ |
||||
public function testFetchObject() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::errorCode |
||||
* @todo Implement testErrorCode(). |
||||
*/ |
||||
public function testErrorCode() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::errorInfo |
||||
* @todo Implement testErrorInfo(). |
||||
*/ |
||||
public function testErrorInfo() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::setAttribute |
||||
* @todo Implement testSetAttribute(). |
||||
*/ |
||||
public function testSetAttribute() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::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 PDOStatement::columnCount |
||||
* @todo Implement testColumnCount(). |
||||
*/ |
||||
public function testColumnCount() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::getColumnMeta |
||||
* @todo Implement testGetColumnMeta(). |
||||
*/ |
||||
public function testGetColumnMeta() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::setFetchMode |
||||
* @todo Implement testSetFetchMode(). |
||||
*/ |
||||
public function testSetFetchMode() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::nextRowset |
||||
* @todo Implement testNextRowset(). |
||||
*/ |
||||
public function testNextRowset() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::closeCursor |
||||
* @todo Implement testCloseCursor(). |
||||
*/ |
||||
public function testCloseCursor() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::debugDumpParams |
||||
* @todo Implement testDebugDumpParams(). |
||||
*/ |
||||
public function testDebugDumpParams() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::__wakeup |
||||
* @todo Implement test__wakeup(). |
||||
*/ |
||||
public function test__wakeup() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers PDOStatement::__sleep |
||||
* @todo Implement test__sleep(). |
||||
*/ |
||||
public function test__sleep() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:49. |
||||
*/ |
||||
class RangeExceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var RangeException |
||||
*/ |
||||
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 RangeException; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:49. |
||||
*/ |
||||
class RuntimeExceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var RuntimeException |
||||
*/ |
||||
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 RuntimeException; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:49. |
||||
*/ |
||||
class UnexpectedValueExceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var UnexpectedValueException |
||||
*/ |
||||
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 UnexpectedValueException; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:55. |
||||
*/ |
||||
class __PHP_Incomplete_ClassTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var __PHP_Incomplete_Class |
||||
*/ |
||||
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 __PHP_Incomplete_Class; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,484 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:57. |
||||
*/ |
||||
class mysqliTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var mysqli |
||||
*/ |
||||
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 mysqli; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::autocommit |
||||
* @todo Implement testAutocommit(). |
||||
*/ |
||||
public function testAutocommit() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::change_user |
||||
* @todo Implement testChange_user(). |
||||
*/ |
||||
public function testChange_user() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::character_set_name |
||||
* @todo Implement testCharacter_set_name(). |
||||
*/ |
||||
public function testCharacter_set_name() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::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 mysqli::commit |
||||
* @todo Implement testCommit(). |
||||
*/ |
||||
public function testCommit() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::connect |
||||
* @todo Implement testConnect(). |
||||
*/ |
||||
public function testConnect() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::dump_debug_info |
||||
* @todo Implement testDump_debug_info(). |
||||
*/ |
||||
public function testDump_debug_info() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::debug |
||||
* @todo Implement testDebug(). |
||||
*/ |
||||
public function testDebug() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::get_charset |
||||
* @todo Implement testGet_charset(). |
||||
*/ |
||||
public function testGet_charset() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::get_client_info |
||||
* @todo Implement testGet_client_info(). |
||||
*/ |
||||
public function testGet_client_info() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::get_server_info |
||||
* @todo Implement testGet_server_info(). |
||||
*/ |
||||
public function testGet_server_info() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::get_warnings |
||||
* @todo Implement testGet_warnings(). |
||||
*/ |
||||
public function testGet_warnings() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::init |
||||
* @todo Implement testInit(). |
||||
*/ |
||||
public function testInit() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::kill |
||||
* @todo Implement testKill(). |
||||
*/ |
||||
public function testKill() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::set_local_infile_default |
||||
* @todo Implement testSet_local_infile_default(). |
||||
*/ |
||||
public function testSet_local_infile_default() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::set_local_infile_handler |
||||
* @todo Implement testSet_local_infile_handler(). |
||||
*/ |
||||
public function testSet_local_infile_handler() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::multi_query |
||||
* @todo Implement testMulti_query(). |
||||
*/ |
||||
public function testMulti_query() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::more_results |
||||
* @todo Implement testMore_results(). |
||||
*/ |
||||
public function testMore_results() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::next_result |
||||
* @todo Implement testNext_result(). |
||||
*/ |
||||
public function testNext_result() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::options |
||||
* @todo Implement testOptions(). |
||||
*/ |
||||
public function testOptions() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::ping |
||||
* @todo Implement testPing(). |
||||
*/ |
||||
public function testPing() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::prepare |
||||
* @todo Implement testPrepare(). |
||||
*/ |
||||
public function testPrepare() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::query |
||||
* @todo Implement testQuery(). |
||||
*/ |
||||
public function testQuery() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::real_connect |
||||
* @todo Implement testReal_connect(). |
||||
*/ |
||||
public function testReal_connect() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::real_escape_string |
||||
* @todo Implement testReal_escape_string(). |
||||
*/ |
||||
public function testReal_escape_string() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::escape_string |
||||
* @todo Implement testEscape_string(). |
||||
*/ |
||||
public function testEscape_string() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::real_query |
||||
* @todo Implement testReal_query(). |
||||
*/ |
||||
public function testReal_query() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::rollback |
||||
* @todo Implement testRollback(). |
||||
*/ |
||||
public function testRollback() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::select_db |
||||
* @todo Implement testSelect_db(). |
||||
*/ |
||||
public function testSelect_db() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::set_charset |
||||
* @todo Implement testSet_charset(). |
||||
*/ |
||||
public function testSet_charset() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::set_opt |
||||
* @todo Implement testSet_opt(). |
||||
*/ |
||||
public function testSet_opt() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::ssl_set |
||||
* @todo Implement testSsl_set(). |
||||
*/ |
||||
public function testSsl_set() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::stat |
||||
* @todo Implement testStat(). |
||||
*/ |
||||
public function testStat() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::stmt_init |
||||
* @todo Implement testStmt_init(). |
||||
*/ |
||||
public function testStmt_init() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::store_result |
||||
* @todo Implement testStore_result(). |
||||
*/ |
||||
public function testStore_result() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::thread_safe |
||||
* @todo Implement testThread_safe(). |
||||
*/ |
||||
public function testThread_safe() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::use_result |
||||
* @todo Implement testUse_result(). |
||||
*/ |
||||
public function testUse_result() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers mysqli::refresh |
||||
* @todo Implement testRefresh(). |
||||
*/ |
||||
public function testRefresh() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:57. |
||||
*/ |
||||
class mysqli_driverTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var mysqli_driver |
||||
*/ |
||||
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 mysqli_driver; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:57. |
||||
*/ |
||||
class mysqli_sql_exceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var mysqli_sql_exception |
||||
*/ |
||||
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 mysqli_sql_exception; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,28 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:45. |
||||
*/ |
||||
class stdClassTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var stdClass |
||||
*/ |
||||
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 stdClass; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
Loading…
Reference in new issue