From c02c3979ee6050bb04aa64457d0a7b476e242e0f Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 13 Sep 2021 13:31:36 +0200 Subject: [PATCH] Improve compatibility with PHPStan 1.0 --- .../Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php b/tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php index b6043fa..e82fad3 100644 --- a/tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php +++ b/tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php @@ -5,7 +5,7 @@ use PHPStan\Reflection\ParametersAcceptorSelector; use PHPStan\Type\VerbosityLevel; -class DibiFluentClassReflectionExtensionTest extends \PHPStan\Testing\TestCase +class DibiFluentClassReflectionExtensionTest extends \PHPStan\Testing\PHPStanTestCase { /** @var \PHPStan\Broker\Broker */