mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
chore: skips parallel testing
This commit is contained in:
@ -211,7 +211,8 @@ final class TeamCityLogger
|
||||
|
||||
if ($this->withoutDuration) {
|
||||
$reflector = new ReflectionClass($telemetry);
|
||||
$property = $reflector->getProperty('snapshot');
|
||||
|
||||
$property = $reflector->getProperty('current');
|
||||
$property->setAccessible(true);
|
||||
$snapshot = $property->getValue($telemetry);
|
||||
assert($snapshot instanceof Snapshot);
|
||||
|
||||
Reference in New Issue
Block a user