Update phpstan, fix test
parent
59d3f96429
commit
efeba06f11
|
@ -2020,16 +2020,16 @@
|
|||
"packages-dev": [
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.12.18",
|
||||
"version": "1.12.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "fef9f07814a573399229304bb0046affdf558812"
|
||||
"reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/fef9f07814a573399229304bb0046affdf558812",
|
||||
"reference": "fef9f07814a573399229304bb0046affdf558812",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c42ba9bab7a940ed00092ecb1c77bad98896d789",
|
||||
"reference": "c42ba9bab7a940ed00092ecb1c77bad98896d789",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2074,7 +2074,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-02-13T12:44:44+00:00"
|
||||
"time": "2025-02-19T15:42:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpstan-deprecation-rules",
|
||||
|
|
|
@ -62,7 +62,7 @@ class ZipArchiverTest extends ArchiverTestCase
|
|||
$this->markTestSkipped('Folder names cannot contain backslashes on Windows.');
|
||||
}
|
||||
|
||||
$this->testZipArchive([
|
||||
$this->assertZipArchive([
|
||||
'folder\with\backslashes/README.md' => '# doc',
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue