parent
22a5635ff3
commit
848f2e47c6
@ -1,604 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:53. |
||||
*/ |
||||
class ReflectionClassTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var ReflectionClass |
||||
*/ |
||||
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 ReflectionClass; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::export |
||||
* @todo Implement testExport(). |
||||
*/ |
||||
public function testExport() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::__toString |
||||
* @todo Implement test__toString(). |
||||
*/ |
||||
public function test__toString() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::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 ReflectionClass::isInternal |
||||
* @todo Implement testIsInternal(). |
||||
*/ |
||||
public function testIsInternal() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isUserDefined |
||||
* @todo Implement testIsUserDefined(). |
||||
*/ |
||||
public function testIsUserDefined() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isInstantiable |
||||
* @todo Implement testIsInstantiable(). |
||||
*/ |
||||
public function testIsInstantiable() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isCloneable |
||||
* @todo Implement testIsCloneable(). |
||||
*/ |
||||
public function testIsCloneable() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getFileName |
||||
* @todo Implement testGetFileName(). |
||||
*/ |
||||
public function testGetFileName() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getStartLine |
||||
* @todo Implement testGetStartLine(). |
||||
*/ |
||||
public function testGetStartLine() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getEndLine |
||||
* @todo Implement testGetEndLine(). |
||||
*/ |
||||
public function testGetEndLine() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getDocComment |
||||
* @todo Implement testGetDocComment(). |
||||
*/ |
||||
public function testGetDocComment() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getConstructor |
||||
* @todo Implement testGetConstructor(). |
||||
*/ |
||||
public function testGetConstructor() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::hasMethod |
||||
* @todo Implement testHasMethod(). |
||||
*/ |
||||
public function testHasMethod() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getMethod |
||||
* @todo Implement testGetMethod(). |
||||
*/ |
||||
public function testGetMethod() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getMethods |
||||
* @todo Implement testGetMethods(). |
||||
*/ |
||||
public function testGetMethods() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::hasProperty |
||||
* @todo Implement testHasProperty(). |
||||
*/ |
||||
public function testHasProperty() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getProperty |
||||
* @todo Implement testGetProperty(). |
||||
*/ |
||||
public function testGetProperty() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getProperties |
||||
* @todo Implement testGetProperties(). |
||||
*/ |
||||
public function testGetProperties() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::hasConstant |
||||
* @todo Implement testHasConstant(). |
||||
*/ |
||||
public function testHasConstant() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getConstants |
||||
* @todo Implement testGetConstants(). |
||||
*/ |
||||
public function testGetConstants() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getConstant |
||||
* @todo Implement testGetConstant(). |
||||
*/ |
||||
public function testGetConstant() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getInterfaces |
||||
* @todo Implement testGetInterfaces(). |
||||
*/ |
||||
public function testGetInterfaces() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getInterfaceNames |
||||
* @todo Implement testGetInterfaceNames(). |
||||
*/ |
||||
public function testGetInterfaceNames() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isInterface |
||||
* @todo Implement testIsInterface(). |
||||
*/ |
||||
public function testIsInterface() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getTraits |
||||
* @todo Implement testGetTraits(). |
||||
*/ |
||||
public function testGetTraits() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getTraitNames |
||||
* @todo Implement testGetTraitNames(). |
||||
*/ |
||||
public function testGetTraitNames() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getTraitAliases |
||||
* @todo Implement testGetTraitAliases(). |
||||
*/ |
||||
public function testGetTraitAliases() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isTrait |
||||
* @todo Implement testIsTrait(). |
||||
*/ |
||||
public function testIsTrait() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isAbstract |
||||
* @todo Implement testIsAbstract(). |
||||
*/ |
||||
public function testIsAbstract() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isFinal |
||||
* @todo Implement testIsFinal(). |
||||
*/ |
||||
public function testIsFinal() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getModifiers |
||||
* @todo Implement testGetModifiers(). |
||||
*/ |
||||
public function testGetModifiers() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isInstance |
||||
* @todo Implement testIsInstance(). |
||||
*/ |
||||
public function testIsInstance() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::newInstance |
||||
* @todo Implement testNewInstance(). |
||||
*/ |
||||
public function testNewInstance() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::newInstanceWithoutConstructor |
||||
* @todo Implement testNewInstanceWithoutConstructor(). |
||||
*/ |
||||
public function testNewInstanceWithoutConstructor() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::newInstanceArgs |
||||
* @todo Implement testNewInstanceArgs(). |
||||
*/ |
||||
public function testNewInstanceArgs() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getParentClass |
||||
* @todo Implement testGetParentClass(). |
||||
*/ |
||||
public function testGetParentClass() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isSubclassOf |
||||
* @todo Implement testIsSubclassOf(). |
||||
*/ |
||||
public function testIsSubclassOf() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getStaticProperties |
||||
* @todo Implement testGetStaticProperties(). |
||||
*/ |
||||
public function testGetStaticProperties() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getStaticPropertyValue |
||||
* @todo Implement testGetStaticPropertyValue(). |
||||
*/ |
||||
public function testGetStaticPropertyValue() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::setStaticPropertyValue |
||||
* @todo Implement testSetStaticPropertyValue(). |
||||
*/ |
||||
public function testSetStaticPropertyValue() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getDefaultProperties |
||||
* @todo Implement testGetDefaultProperties(). |
||||
*/ |
||||
public function testGetDefaultProperties() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::isIterateable |
||||
* @todo Implement testIsIterateable(). |
||||
*/ |
||||
public function testIsIterateable() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::implementsInterface |
||||
* @todo Implement testImplementsInterface(). |
||||
*/ |
||||
public function testImplementsInterface() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getExtension |
||||
* @todo Implement testGetExtension(). |
||||
*/ |
||||
public function testGetExtension() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getExtensionName |
||||
* @todo Implement testGetExtensionName(). |
||||
*/ |
||||
public function testGetExtensionName() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::inNamespace |
||||
* @todo Implement testInNamespace(). |
||||
*/ |
||||
public function testInNamespace() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getNamespaceName |
||||
* @todo Implement testGetNamespaceName(). |
||||
*/ |
||||
public function testGetNamespaceName() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionClass::getShortName |
||||
* @todo Implement testGetShortName(). |
||||
*/ |
||||
public function testGetShortName() |
||||
{ |
||||
// 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:53. |
||||
*/ |
||||
class ReflectionExceptionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var ReflectionException |
||||
*/ |
||||
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 ReflectionException; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
} |
@ -1,184 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:54. |
||||
*/ |
||||
class ReflectionExtensionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var ReflectionExtension |
||||
*/ |
||||
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 ReflectionExtension; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::export |
||||
* @todo Implement testExport(). |
||||
*/ |
||||
public function testExport() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::__toString |
||||
* @todo Implement test__toString(). |
||||
*/ |
||||
public function test__toString() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::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 ReflectionExtension::getVersion |
||||
* @todo Implement testGetVersion(). |
||||
*/ |
||||
public function testGetVersion() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::getFunctions |
||||
* @todo Implement testGetFunctions(). |
||||
*/ |
||||
public function testGetFunctions() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::getConstants |
||||
* @todo Implement testGetConstants(). |
||||
*/ |
||||
public function testGetConstants() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::getINIEntries |
||||
* @todo Implement testGetINIEntries(). |
||||
*/ |
||||
public function testGetINIEntries() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::getClasses |
||||
* @todo Implement testGetClasses(). |
||||
*/ |
||||
public function testGetClasses() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::getClassNames |
||||
* @todo Implement testGetClassNames(). |
||||
*/ |
||||
public function testGetClassNames() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::getDependencies |
||||
* @todo Implement testGetDependencies(). |
||||
*/ |
||||
public function testGetDependencies() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::info |
||||
* @todo Implement testInfo(). |
||||
*/ |
||||
public function testInfo() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::isPersistent |
||||
* @todo Implement testIsPersistent(). |
||||
*/ |
||||
public function testIsPersistent() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionExtension::isTemporary |
||||
* @todo Implement testIsTemporary(). |
||||
*/ |
||||
public function testIsTemporary() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,100 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:53. |
||||
*/ |
||||
class ReflectionFunctionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var ReflectionFunction |
||||
*/ |
||||
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 ReflectionFunction; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionFunction::__toString |
||||
* @todo Implement test__toString(). |
||||
*/ |
||||
public function test__toString() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionFunction::export |
||||
* @todo Implement testExport(). |
||||
*/ |
||||
public function testExport() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionFunction::isDisabled |
||||
* @todo Implement testIsDisabled(). |
||||
*/ |
||||
public function testIsDisabled() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionFunction::invoke |
||||
* @todo Implement testInvoke(). |
||||
*/ |
||||
public function testInvoke() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionFunction::invokeArgs |
||||
* @todo Implement testInvokeArgs(). |
||||
*/ |
||||
public function testInvokeArgs() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionFunction::getClosure |
||||
* @todo Implement testGetClosure(). |
||||
*/ |
||||
public function testGetClosure() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,232 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:53. |
||||
*/ |
||||
class ReflectionMethodTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var ReflectionMethod |
||||
*/ |
||||
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 ReflectionMethod; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::export |
||||
* @todo Implement testExport(). |
||||
*/ |
||||
public function testExport() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::__toString |
||||
* @todo Implement test__toString(). |
||||
*/ |
||||
public function test__toString() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::isPublic |
||||
* @todo Implement testIsPublic(). |
||||
*/ |
||||
public function testIsPublic() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::isPrivate |
||||
* @todo Implement testIsPrivate(). |
||||
*/ |
||||
public function testIsPrivate() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::isProtected |
||||
* @todo Implement testIsProtected(). |
||||
*/ |
||||
public function testIsProtected() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::isAbstract |
||||
* @todo Implement testIsAbstract(). |
||||
*/ |
||||
public function testIsAbstract() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::isFinal |
||||
* @todo Implement testIsFinal(). |
||||
*/ |
||||
public function testIsFinal() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::isStatic |
||||
* @todo Implement testIsStatic(). |
||||
*/ |
||||
public function testIsStatic() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::isConstructor |
||||
* @todo Implement testIsConstructor(). |
||||
*/ |
||||
public function testIsConstructor() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::isDestructor |
||||
* @todo Implement testIsDestructor(). |
||||
*/ |
||||
public function testIsDestructor() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::getClosure |
||||
* @todo Implement testGetClosure(). |
||||
*/ |
||||
public function testGetClosure() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::getModifiers |
||||
* @todo Implement testGetModifiers(). |
||||
*/ |
||||
public function testGetModifiers() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::invoke |
||||
* @todo Implement testInvoke(). |
||||
*/ |
||||
public function testInvoke() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::invokeArgs |
||||
* @todo Implement testInvokeArgs(). |
||||
*/ |
||||
public function testInvokeArgs() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::getDeclaringClass |
||||
* @todo Implement testGetDeclaringClass(). |
||||
*/ |
||||
public function testGetDeclaringClass() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::getPrototype |
||||
* @todo Implement testGetPrototype(). |
||||
*/ |
||||
public function testGetPrototype() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionMethod::setAccessible |
||||
* @todo Implement testSetAccessible(). |
||||
*/ |
||||
public function testSetAccessible() |
||||
{ |
||||
// 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:53. |
||||
*/ |
||||
class ReflectionObjectTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var ReflectionObject |
||||
*/ |
||||
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 ReflectionObject; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionObject::export |
||||
* @todo Implement testExport(). |
||||
*/ |
||||
public function testExport() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,232 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:53. |
||||
*/ |
||||
class ReflectionParameterTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var ReflectionParameter |
||||
*/ |
||||
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 ReflectionParameter; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::export |
||||
* @todo Implement testExport(). |
||||
*/ |
||||
public function testExport() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::__toString |
||||
* @todo Implement test__toString(). |
||||
*/ |
||||
public function test__toString() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::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 ReflectionParameter::isPassedByReference |
||||
* @todo Implement testIsPassedByReference(). |
||||
*/ |
||||
public function testIsPassedByReference() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::canBePassedByValue |
||||
* @todo Implement testCanBePassedByValue(). |
||||
*/ |
||||
public function testCanBePassedByValue() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::getDeclaringFunction |
||||
* @todo Implement testGetDeclaringFunction(). |
||||
*/ |
||||
public function testGetDeclaringFunction() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::getDeclaringClass |
||||
* @todo Implement testGetDeclaringClass(). |
||||
*/ |
||||
public function testGetDeclaringClass() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::getClass |
||||
* @todo Implement testGetClass(). |
||||
*/ |
||||
public function testGetClass() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::isArray |
||||
* @todo Implement testIsArray(). |
||||
*/ |
||||
public function testIsArray() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::isCallable |
||||
* @todo Implement testIsCallable(). |
||||
*/ |
||||
public function testIsCallable() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::allowsNull |
||||
* @todo Implement testAllowsNull(). |
||||
*/ |
||||
public function testAllowsNull() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::getPosition |
||||
* @todo Implement testGetPosition(). |
||||
*/ |
||||
public function testGetPosition() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::isOptional |
||||
* @todo Implement testIsOptional(). |
||||
*/ |
||||
public function testIsOptional() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::isDefaultValueAvailable |
||||
* @todo Implement testIsDefaultValueAvailable(). |
||||
*/ |
||||
public function testIsDefaultValueAvailable() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::getDefaultValue |
||||
* @todo Implement testGetDefaultValue(). |
||||
*/ |
||||
public function testGetDefaultValue() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::isDefaultValueConstant |
||||
* @todo Implement testIsDefaultValueConstant(). |
||||
*/ |
||||
public function testIsDefaultValueConstant() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionParameter::getDefaultValueConstantName |
||||
* @todo Implement testGetDefaultValueConstantName(). |
||||
*/ |
||||
public function testGetDefaultValueConstantName() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,196 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:53. |
||||
*/ |
||||
class ReflectionPropertyTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var ReflectionProperty |
||||
*/ |
||||
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 ReflectionProperty; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::export |
||||
* @todo Implement testExport(). |
||||
*/ |
||||
public function testExport() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::__toString |
||||
* @todo Implement test__toString(). |
||||
*/ |
||||
public function test__toString() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::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 ReflectionProperty::getValue |
||||
* @todo Implement testGetValue(). |
||||
*/ |
||||
public function testGetValue() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::setValue |
||||
* @todo Implement testSetValue(). |
||||
*/ |
||||
public function testSetValue() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::isPublic |
||||
* @todo Implement testIsPublic(). |
||||
*/ |
||||
public function testIsPublic() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::isPrivate |
||||
* @todo Implement testIsPrivate(). |
||||
*/ |
||||
public function testIsPrivate() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::isProtected |
||||
* @todo Implement testIsProtected(). |
||||
*/ |
||||
public function testIsProtected() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::isStatic |
||||
* @todo Implement testIsStatic(). |
||||
*/ |
||||
public function testIsStatic() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::isDefault |
||||
* @todo Implement testIsDefault(). |
||||
*/ |
||||
public function testIsDefault() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::getModifiers |
||||
* @todo Implement testGetModifiers(). |
||||
*/ |
||||
public function testGetModifiers() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::getDeclaringClass |
||||
* @todo Implement testGetDeclaringClass(). |
||||
*/ |
||||
public function testGetDeclaringClass() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::getDocComment |
||||
* @todo Implement testGetDocComment(). |
||||
*/ |
||||
public function testGetDocComment() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionProperty::setAccessible |
||||
* @todo Implement testSetAccessible(). |
||||
*/ |
||||
public function testSetAccessible() |
||||
{ |
||||
// 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:53. |
||||
*/ |
||||
class ReflectionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var Reflection |
||||
*/ |
||||
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 Reflection; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers Reflection::getModifierNames |
||||
* @todo Implement testGetModifierNames(). |
||||
*/ |
||||
public function testGetModifierNames() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers Reflection::export |
||||
* @todo Implement testExport(). |
||||
*/ |
||||
public function testExport() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
@ -1,112 +0,0 @@ |
||||
<?php |
||||
/** |
||||
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:54. |
||||
*/ |
||||
class ReflectionZendExtensionTest extends PHPUnit_Framework_TestCase |
||||
{ |
||||
/** |
||||
* @var ReflectionZendExtension |
||||
*/ |
||||
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 ReflectionZendExtension; |
||||
} |
||||
|
||||
/** |
||||
* Tears down the fixture, for example, closes a network connection. |
||||
* This method is called after a test is executed. |
||||
*/ |
||||
protected function tearDown() |
||||
{ |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionZendExtension::export |
||||
* @todo Implement testExport(). |
||||
*/ |
||||
public function testExport() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionZendExtension::__toString |
||||
* @todo Implement test__toString(). |
||||
*/ |
||||
public function test__toString() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionZendExtension::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 ReflectionZendExtension::getVersion |
||||
* @todo Implement testGetVersion(). |
||||
*/ |
||||
public function testGetVersion() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionZendExtension::getAuthor |
||||
* @todo Implement testGetAuthor(). |
||||
*/ |
||||
public function testGetAuthor() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionZendExtension::getURL |
||||
* @todo Implement testGetURL(). |
||||
*/ |
||||
public function testGetURL() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
|
||||
/** |
||||
* @covers ReflectionZendExtension::getCopyright |
||||
* @todo Implement testGetCopyright(). |
||||
*/ |
||||
public function testGetCopyright() |
||||
{ |
||||
// Remove the following lines when you implement this test. |
||||
$this->markTestIncomplete( |
||||
'This test has not been implemented yet.' |
||||
); |
||||
} |
||||
} |
Loading…
Reference in new issue