|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Filesystem\Util\LegacyZipTest:
Collaboration diagram for ILIAS\Filesystem\Util\LegacyZipTest: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().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 48 of file LegacyZipTest.php.
|
protected |
Definition at line 70 of file LegacyZipTest.php.
References ILIAS\Filesystem\Util\LegacyZipTest\recurseRmdir().
Here is the call graph for this function:| 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.
Here is the call graph for this function:
|
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().