mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
Add PHPDBG availability check
This commit is contained in:
@ -46,6 +46,10 @@ final class Coverage
|
||||
return true;
|
||||
}
|
||||
|
||||
if ($runtime->hasPHPDBGCodeCoverage()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (! $runtime->hasXdebug()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user