mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-01 13:10:09 +02:00
Add PHP 8 support
This commit is contained in:
@@ -37,7 +37,7 @@ final class UnrecognizedExtraFieldTest extends TestCase
|
||||
|
||||
public function testUnpackLocalData()
|
||||
{
|
||||
$this->setExpectedException(
|
||||
$this->expectException(
|
||||
RuntimeException::class,
|
||||
'Unsupport parse'
|
||||
);
|
||||
@@ -47,7 +47,7 @@ final class UnrecognizedExtraFieldTest extends TestCase
|
||||
|
||||
public function testUnpackCentralDirData()
|
||||
{
|
||||
$this->setExpectedException(
|
||||
$this->expectException(
|
||||
RuntimeException::class,
|
||||
'Unsupport parse'
|
||||
);
|
||||
|
Reference in New Issue
Block a user