mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
feat(tia): continues to work on poc
This commit is contained in:
@ -713,6 +713,6 @@ final class Tia implements AddsOutput, AfterEachable, BeforeEachable, HandlesArg
|
||||
return false;
|
||||
}
|
||||
|
||||
return property_exists($coverage, 'coverage') && $coverage->coverage === true;
|
||||
return $coverage->coverage === true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user