You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
196 lines
4.9 KiB
196 lines
4.9 KiB
<?php
|
|
/**
|
|
* Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:56.
|
|
*/
|
|
class PharFileInfoTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
/**
|
|
* @var PharFileInfo
|
|
*/
|
|
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 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.'
|
|
);
|
|
}
|
|
}
|
|
|