phpunit test fixes

This commit is contained in:
Clemens Schwaighofer
2023-02-24 09:43:24 +09:00
parent da67d1bde3
commit 7cae3e701a
10 changed files with 49 additions and 36 deletions

View File

@@ -635,17 +635,17 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.0",
"version_normalized": "1.10.0.0",
"version": "1.10.2",
"version_normalized": "1.10.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "71b28a67f01ac231f9a8f1ce242270bf4ec1f99c"
"reference": "a2ffec7db373d8da4973d1d62add872db5cd22dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/71b28a67f01ac231f9a8f1ce242270bf4ec1f99c",
"reference": "71b28a67f01ac231f9a8f1ce242270bf4ec1f99c",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a2ffec7db373d8da4973d1d62add872db5cd22dd",
"reference": "a2ffec7db373d8da4973d1d62add872db5cd22dd",
"shasum": ""
},
"require": {
@@ -654,7 +654,7 @@
"conflict": {
"phpstan/phpstan-shim": "*"
},
"time": "2023-02-21T13:50:49+00:00",
"time": "2023-02-23T14:36:46+00:00",
"bin": [
"phpstan",
"phpstan.phar"
@@ -677,7 +677,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.10.0"
"source": "https://github.com/phpstan/phpstan/tree/1.10.2"
},
"funding": [
{

View File

@@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '16c3653ceefd43b6d150bbce587d230fb2f0f3b6',
'reference' => 'da67d1bde3260de1ef8d778f5d75f4e2c60de869',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '16c3653ceefd43b6d150bbce587d230fb2f0f3b6',
'reference' => 'da67d1bde3260de1ef8d778f5d75f4e2c60de869',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -110,9 +110,9 @@
'dev_requirement' => true,
),
'phpstan/phpstan' => array(
'pretty_version' => '1.10.0',
'version' => '1.10.0.0',
'reference' => '71b28a67f01ac231f9a8f1ce242270bf4ec1f99c',
'pretty_version' => '1.10.2',
'version' => '1.10.2.0',
'reference' => 'a2ffec7db373d8da4973d1d62add872db5cd22dd',
'type' => 'library',
'install_path' => __DIR__ . '/../phpstan/phpstan',
'aliases' => array(),