MediaWiki
REL1_21
|
Public Member Functions | |
readZipAssertError ($file, $error, $assertMessage) | |
readZipAssertSuccess ($file, $assertMessage) | |
testBadCentralEntrySignature () | |
testCentralDirectoryGap () | |
testCentralDirectoryTruncated () | |
testEmpty () | |
testLooksLikeZip64 () | |
testMultiDisk0 () | |
testNoSignature () | |
testSimple () | |
testTrailingBytes () | |
testWrongCDStart () | |
zipCallback ($entry) | |
Public Attributes | |
$entries | |
$zipDir | |
Protected Member Functions | |
setUp () | |
setUp and tearDown should (where significant) happen in reverse order. |
Definition at line 3 of file ZipDirectoryReaderTest.php.
ZipDirectoryReaderTest::readZipAssertError | ( | $ | file, |
$ | error, | ||
$ | assertMessage | ||
) |
Definition at line 15 of file ZipDirectoryReaderTest.php.
References $error, array(), and ZipDirectoryReader\read().
Referenced by testBadCentralEntrySignature(), testCentralDirectoryGap(), testCentralDirectoryTruncated(), testLooksLikeZip64(), testMultiDisk0(), testNoSignature(), testTrailingBytes(), and testWrongCDStart().
ZipDirectoryReaderTest::readZipAssertSuccess | ( | $ | file, |
$ | assertMessage | ||
) |
Definition at line 21 of file ZipDirectoryReaderTest.php.
References array(), and ZipDirectoryReader\read().
Referenced by testEmpty(), and testSimple().
ZipDirectoryReaderTest::setUp | ( | ) | [protected] |
setUp and tearDown should (where significant) happen in reverse order.
Reimplemented from MediaWikiTestCase.
Definition at line 6 of file ZipDirectoryReaderTest.php.
Definition at line 50 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
Definition at line 66 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
Definition at line 71 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
Definition at line 27 of file ZipDirectoryReaderTest.php.
References readZipAssertSuccess().
Definition at line 76 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
Definition at line 31 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
Definition at line 36 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
Definition at line 41 of file ZipDirectoryReaderTest.php.
References array(), and readZipAssertSuccess().
Definition at line 55 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
Definition at line 60 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
ZipDirectoryReaderTest::zipCallback | ( | $ | entry | ) |
Definition at line 11 of file ZipDirectoryReaderTest.php.
ZipDirectoryReaderTest::$entries |
Definition at line 4 of file ZipDirectoryReaderTest.php.
ZipDirectoryReaderTest::$zipDir |
Definition at line 4 of file ZipDirectoryReaderTest.php.