Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit b4fe870

Browse files
committed
Improve compatibility with PHPStan 1.0
1 parent fd0b1dd commit b4fe870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Reflection/PHPParser/PhpParserNameClassReflectionExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace PHPStan\Reflection\PHPParser;
44

5-
class PhpParserNameClassReflectionExtensionTest extends \PHPStan\Testing\TestCase
5+
class PhpParserNameClassReflectionExtensionTest extends \PHPStan\Testing\PHPStanTestCase
66
{
77

88
/**

0 commit comments

Comments
 (0)