\JArchiveTest
Test class for JArchive.
Generated by PHPUnit on 2011-10-26 at 19:32:35.
Synopsis
class JArchiveTest
extends JArchiveTestCase
{
- // Inherited members from JArchiveTestCase
- protected $outputPath;
- // methods
- public void testExtractZip()
- public void testExtractTar()
- public void testExtractGzip()
- public void testExtractBzip2()
- public mixed testGetAdapter()
- public mixed testGetAdapterException()
Hierarchy
Extends
Members
protected
- $outputPath
—
string
Output path
Methods
public
- testExtractBzip2() — Tests extracting bzip2.
- testExtractGzip() — Tests extracting gzip.
- testExtractTar() — Tests extracting TAR.
- testExtractZip() — Tests extracting ZIP.
- testGetAdapter() — Test...
- testGetAdapterException() — Test...
Inherited from JArchiveTestCase
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
- tearDown() — Tears down the fixture, for example, closes a network connection.