Skip to content

Commit 6fa7b67

Browse files
committed
PHPUnit - avoid XdebugHandler
1 parent e96473d commit 6fa7b67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
require_once __DIR__ . '/phpstan-bootstrap.php';
1111
require_once __DIR__ . '/PHPStan/Analyser/functions.php';
1212

13+
putenv('PHPSTAN_ALLOW_XDEBUG=1');
14+
1315
eval('trait TraitInEval {
1416
1517
/**

0 commit comments

Comments
 (0)