1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-08-06 23:46:28 +02:00

fix duplicates

This commit is contained in:
wapplay
2019-12-07 19:40:36 +03:00
parent a20e9e054d
commit f82a57e662
8 changed files with 91 additions and 80 deletions

View File

@@ -13,6 +13,8 @@ class Issue24Test extends ZipTestCase
{
/**
* This method is called before the first test of this test class is run.
*
* @noinspection PhpMissingParentCallCommonInspection
*/
public static function setUpBeforeClass()
{

View File

@@ -45,6 +45,7 @@ class ZipAlignTest extends ZipTestCase
* Test zip alignment.
*
* @throws ZipException
* @throws \Exception
*/
public function testZipAlignSourceZip()
{

View File

@@ -19,6 +19,8 @@ abstract class ZipTestCase extends TestCase
/**
* Before test.
*
* @noinspection PhpMissingParentCallCommonInspection
*/
protected function setUp()
{