Skip to content

Commit

Permalink
PHPUnit - avoid XdebugHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 8, 2020
1 parent e96473d commit 6fa7b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
require_once __DIR__ . '/phpstan-bootstrap.php';
require_once __DIR__ . '/PHPStan/Analyser/functions.php';

putenv('PHPSTAN_ALLOW_XDEBUG=1');

eval('trait TraitInEval {
/**
Expand Down

0 comments on commit 6fa7b67

Please sign in to comment.