mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-04 14:37:24 +02:00
Add PHP 8 support
This commit is contained in:
@@ -76,7 +76,7 @@ abstract class AbstractUnicodeExtraFieldTest extends TestCase
|
||||
*/
|
||||
public function testUnicodeErrorParse()
|
||||
{
|
||||
$this->setExpectedException(
|
||||
$this->expectException(
|
||||
ZipException::class,
|
||||
'Unicode path extra data must have at least 5 bytes.'
|
||||
);
|
||||
@@ -90,7 +90,7 @@ abstract class AbstractUnicodeExtraFieldTest extends TestCase
|
||||
*/
|
||||
public function testUnknownVersionParse()
|
||||
{
|
||||
$this->setExpectedException(
|
||||
$this->expectException(
|
||||
ZipException::class,
|
||||
'Unsupported version [2] for Unicode path extra data.'
|
||||
);
|
||||
|
Reference in New Issue
Block a user