There was an error while loading. Please reload this page.
1 parent e96473d commit 6fa7b67Copy full SHA for 6fa7b67
tests/bootstrap.php
@@ -10,6 +10,8 @@
10
require_once __DIR__ . '/phpstan-bootstrap.php';
11
require_once __DIR__ . '/PHPStan/Analyser/functions.php';
12
13
+putenv('PHPSTAN_ALLOW_XDEBUG=1');
14
+
15
eval('trait TraitInEval {
16
17
/**
0 commit comments