mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Add PCOV availability check
This commit is contained in:
@ -42,6 +42,10 @@ final class Coverage
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($runtime->hasPCOV()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (! $runtime->hasXdebug()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user