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:
@@ -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()
|
||||
{
|
||||
|
@@ -45,6 +45,7 @@ class ZipAlignTest extends ZipTestCase
|
||||
* Test zip alignment.
|
||||
*
|
||||
* @throws ZipException
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function testZipAlignSourceZip()
|
||||
{
|
||||
|
@@ -19,6 +19,8 @@ abstract class ZipTestCase extends TestCase
|
||||
|
||||
/**
|
||||
* Before test.
|
||||
*
|
||||
* @noinspection PhpMissingParentCallCommonInspection
|
||||
*/
|
||||
protected function setUp()
|
||||
{
|
||||
|
Reference in New Issue
Block a user