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