object = new SplFileInfo; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers SplFileInfo::getPath * @todo Implement testGetPath(). */ public function testGetPath() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::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 SplFileInfo::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 SplFileInfo::getBasename * @todo Implement testGetBasename(). */ public function testGetBasename() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getPathname * @todo Implement testGetPathname(). */ public function testGetPathname() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getPerms * @todo Implement testGetPerms(). */ public function testGetPerms() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getInode * @todo Implement testGetInode(). */ public function testGetInode() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getSize * @todo Implement testGetSize(). */ public function testGetSize() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getOwner * @todo Implement testGetOwner(). */ public function testGetOwner() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getGroup * @todo Implement testGetGroup(). */ public function testGetGroup() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getATime * @todo Implement testGetATime(). */ public function testGetATime() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getMTime * @todo Implement testGetMTime(). */ public function testGetMTime() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getCTime * @todo Implement testGetCTime(). */ public function testGetCTime() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getType * @todo Implement testGetType(). */ public function testGetType() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::isWritable * @todo Implement testIsWritable(). */ public function testIsWritable() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::isReadable * @todo Implement testIsReadable(). */ public function testIsReadable() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::isExecutable * @todo Implement testIsExecutable(). */ public function testIsExecutable() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::isFile * @todo Implement testIsFile(). */ public function testIsFile() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::isDir * @todo Implement testIsDir(). */ public function testIsDir() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::isLink * @todo Implement testIsLink(). */ public function testIsLink() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getLinkTarget * @todo Implement testGetLinkTarget(). */ public function testGetLinkTarget() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getRealPath * @todo Implement testGetRealPath(). */ public function testGetRealPath() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getFileInfo * @todo Implement testGetFileInfo(). */ public function testGetFileInfo() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::getPathInfo * @todo Implement testGetPathInfo(). */ public function testGetPathInfo() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::openFile * @todo Implement testOpenFile(). */ public function testOpenFile() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::setFileClass * @todo Implement testSetFileClass(). */ public function testSetFileClass() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::setInfoClass * @todo Implement testSetInfoClass(). */ public function testSetInfoClass() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::_bad_state_ex * @todo Implement test_bad_state_ex(). */ public function test_bad_state_ex() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers SplFileInfo::__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.' ); } }