We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac18293 commit 1b3e6bfCopy full SHA for 1b3e6bf
src/Testing/PHPUnit/ContainerInitializer.php
@@ -3,10 +3,10 @@
3
namespace PHPStan\Testing\PHPUnit;
4
5
use PHPStan\DependencyInjection\InvalidIgnoredErrorExceptionTest;
6
-use function array_key_exists;
7
8
final class ContainerInitializer
9
{
+
10
public static function initialize(string $testClassName): void
11
12
// This test expects an exception during container initialization
0 commit comments