mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-14 03:05:02 +02:00
Add PHP 8 support
This commit is contained in:
@@ -32,7 +32,7 @@ final class JarMarkerExtraFieldTest extends TestCase
|
||||
*/
|
||||
public function testInvalidUnpackLocalData()
|
||||
{
|
||||
$this->setExpectedException(
|
||||
$this->expectException(
|
||||
ZipException::class,
|
||||
"JarMarker doesn't expect any data"
|
||||
);
|
||||
@@ -45,7 +45,7 @@ final class JarMarkerExtraFieldTest extends TestCase
|
||||
*/
|
||||
public function testInvalidUnpackCdData()
|
||||
{
|
||||
$this->setExpectedException(
|
||||
$this->expectException(
|
||||
ZipException::class,
|
||||
"JarMarker doesn't expect any data"
|
||||
);
|
||||
|
Reference in New Issue
Block a user