diff --git a/composer.json b/composer.json index ad07036..3ef757e 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^2.0" + "phpstan/phpstan": "^2.2.3" }, "conflict": { "dibi/dibi": "<3.0" diff --git a/tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php b/tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php index 1fa5466..506cd80 100644 --- a/tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php +++ b/tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php @@ -19,6 +19,8 @@ protected function setUp(): void { $this->reflectionProvider = $this->createReflectionProvider(); $this->extension = new DibiFluentClassReflectionExtension(); + + parent::setUp(); } /**