ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
testZipAndUnzipWithTop () | |
Data Fields | |
const | ZIPPED_ZIP = 'zipped.zip' |
Protected Member Functions | |
setUp () | |
tearDown () | |
Protected Attributes | |
string | $zips_dir = __DIR__ . '/zips/' |
string | $unzips_dir = __DIR__ . '/unzips/' |
Private Member Functions | |
pathToArray (string $path) | |
recurseRmdir (string $path_to_directory) | |
Private Attributes | |
const | DIR_TO_ZIP = __DIR__ . '/dir_zip/testing_001' |
string | $extracting_dir = '' |
string | $zip_output_path = '' |
Definition at line 35 of file LegacyZipTest.php.
|
private |
Definition at line 117 of file LegacyZipTest.php.
References $path.
Referenced by ILIAS\Filesystem\Util\LegacyZipTest\testZipAndUnzipWithTop().
|
private |
Definition at line 139 of file LegacyZipTest.php.
References ILIAS\Filesystem\Util\LegacyZipTest\recurseRmdir().
Referenced by ILIAS\Filesystem\Util\LegacyZipTest\recurseRmdir(), ILIAS\Filesystem\Util\LegacyZipTest\tearDown(), and ILIAS\Filesystem\Util\LegacyZipTest\testZipAndUnzipWithTop().
|
protected |
Definition at line 48 of file LegacyZipTest.php.
|
protected |
Definition at line 70 of file LegacyZipTest.php.
References ILIAS\Filesystem\Util\LegacyZipTest\recurseRmdir().
ILIAS\Filesystem\Util\LegacyZipTest::testZipAndUnzipWithTop | ( | ) |
Definition at line 80 of file LegacyZipTest.php.
References ILIAS\Filesystem\Util\LegacyZipTest\$extracting_dir, ILIAS\Filesystem\Util\LegacyZipTest\$zip_output_path, ILIAS\Filesystem\Util\LegacyZipTest\DIR_TO_ZIP, ILIAS\Filesystem\Util\LegacyZipTest\pathToArray(), ILIAS\Filesystem\Util\LegacyZipTest\recurseRmdir(), and ILIAS\Filesystem\Util\LegacyZipTest\ZIPPED_ZIP.
|
private |
Definition at line 44 of file LegacyZipTest.php.
Referenced by ILIAS\Filesystem\Util\LegacyZipTest\testZipAndUnzipWithTop().
|
protected |
Definition at line 43 of file LegacyZipTest.php.
|
private |
Definition at line 46 of file LegacyZipTest.php.
Referenced by ILIAS\Filesystem\Util\LegacyZipTest\testZipAndUnzipWithTop().
|
protected |
Definition at line 42 of file LegacyZipTest.php.
|
private |
Definition at line 40 of file LegacyZipTest.php.
Referenced by ILIAS\Filesystem\Util\LegacyZipTest\testZipAndUnzipWithTop().
const ILIAS\Filesystem\Util\LegacyZipTest::ZIPPED_ZIP = 'zipped.zip' |
Definition at line 41 of file LegacyZipTest.php.
Referenced by ILIAS\Filesystem\Util\LegacyZipTest\testZipAndUnzipWithTop().