|
MediaWiki
master
|
ZipDirectoryReader NOTE: this test is more like an integration test than a unit test. More...


Public Member Functions | |
| readZipAssertError ($file, $error, $assertMessage) | |
| readZipAssertSuccess ($file, $assertMessage) | |
| testBadCentralEntrySignature () | |
| testCentralDirectoryGap () | |
| testCentralDirectoryTruncated () | |
| testEmpty () | |
| testLooksLikeZip64 () | |
| testMultiDisk0 () | |
| testNoSignature () | |
| testSimple () | |
| testTrailingBytes () | |
| testWrongCDStart () | |
| zipCallback ($entry) | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $entries | |
| $zipDir | |
ZipDirectoryReader NOTE: this test is more like an integration test than a unit test.
Definition at line 7 of file ZipDirectoryReaderTest.php.
| ZipDirectoryReaderTest::readZipAssertError | ( | $file, | |
| $error, | |||
| $assertMessage | |||
| ) |
Definition at line 20 of file ZipDirectoryReaderTest.php.
References $status, and ZipDirectoryReader\read().
Referenced by testBadCentralEntrySignature(), testCentralDirectoryGap(), testCentralDirectoryTruncated(), testLooksLikeZip64(), testMultiDisk0(), testNoSignature(), testTrailingBytes(), and testWrongCDStart().
| ZipDirectoryReaderTest::readZipAssertSuccess | ( | $file, | |
| $assertMessage | |||
| ) |
Definition at line 26 of file ZipDirectoryReaderTest.php.
References $status, and ZipDirectoryReader\read().
Referenced by testEmpty(), and testSimple().
|
protected |
Definition at line 11 of file ZipDirectoryReaderTest.php.
| ZipDirectoryReaderTest::testBadCentralEntrySignature | ( | ) |
Definition at line 55 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
| ZipDirectoryReaderTest::testCentralDirectoryGap | ( | ) |
Definition at line 70 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
| ZipDirectoryReaderTest::testCentralDirectoryTruncated | ( | ) |
Definition at line 75 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
| ZipDirectoryReaderTest::testEmpty | ( | ) |
Definition at line 32 of file ZipDirectoryReaderTest.php.
References readZipAssertSuccess().
| ZipDirectoryReaderTest::testLooksLikeZip64 | ( | ) |
Definition at line 80 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
| ZipDirectoryReaderTest::testMultiDisk0 | ( | ) |
Definition at line 36 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
| ZipDirectoryReaderTest::testNoSignature | ( | ) |
Definition at line 41 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
| ZipDirectoryReaderTest::testSimple | ( | ) |
Definition at line 46 of file ZipDirectoryReaderTest.php.
References readZipAssertSuccess().
| ZipDirectoryReaderTest::testTrailingBytes | ( | ) |
Definition at line 60 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
| ZipDirectoryReaderTest::testWrongCDStart | ( | ) |
Definition at line 65 of file ZipDirectoryReaderTest.php.
References readZipAssertError().
| ZipDirectoryReaderTest::zipCallback | ( | $entry | ) |
Definition at line 16 of file ZipDirectoryReaderTest.php.
|
protected |
Definition at line 9 of file ZipDirectoryReaderTest.php.
|
protected |
Definition at line 8 of file ZipDirectoryReaderTest.php.