\JArchiveZipTest
Test class for JArchiveZip.
Generated by PHPUnit on 2011-10-26 at 19:34:31.
Synopsis
class JArchiveZipTest
extends JArchiveTestCase
{
- // members
- protected JArchiveZip $object;
- // Inherited members from JArchiveTestCase
- protected $outputPath;
- // methods
- protected void setUp()
- public void testCreate()
- public void testExtractNative()
- public void testExtractCustom()
- public void testExtract()
- public void testHasNativeSupport()
- public void testIsSupported()
- public void testCheckZipData()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
47+ | Implement testCreate(). |
Members
protected
- $object — JArchiveZip
- $outputPath
—
string
Output path
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testCheckZipData() — Test...
- testCreate() — Test...
- testExtract() — Tests the extract Method.
- testExtractCustom() — Tests the extractCustom Method.
- testExtractNative() — Tests the extractNative Method.
- testHasNativeSupport() — Tests the hasNativeSupport Method.
- testIsSupported() — Tests the isSupported Method.
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.