object = new PharFileInfo; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers PharFileInfo::__destruct * @todo Implement test__destruct(). */ public function test__destruct() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::chmod * @todo Implement testChmod(). */ public function testChmod() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::compress * @todo Implement testCompress(). */ public function testCompress() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::decompress * @todo Implement testDecompress(). */ public function testDecompress() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::delMetadata * @todo Implement testDelMetadata(). */ public function testDelMetadata() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::getCompressedSize * @todo Implement testGetCompressedSize(). */ public function testGetCompressedSize() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::getCRC32 * @todo Implement testGetCRC32(). */ public function testGetCRC32() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::getContent * @todo Implement testGetContent(). */ public function testGetContent() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::getMetadata * @todo Implement testGetMetadata(). */ public function testGetMetadata() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::getPharFlags * @todo Implement testGetPharFlags(). */ public function testGetPharFlags() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::hasMetadata * @todo Implement testHasMetadata(). */ public function testHasMetadata() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::isCompressed * @todo Implement testIsCompressed(). */ public function testIsCompressed() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::isCRCChecked * @todo Implement testIsCRCChecked(). */ public function testIsCRCChecked() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers PharFileInfo::setMetadata * @todo Implement testSetMetadata(). */ public function testSetMetadata() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }