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