interface GarbageCollectorStatusProvider
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This interface is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Event\Telemetry\GarbageCollectorStatusProvider
Expanded class hierarchy of GarbageCollectorStatusProvider
All classes that implement GarbageCollectorStatusProvider
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Value/ Telemetry/ GarbageCollectorStatusProvider.php, line 17
Namespace
PHPUnit\Event\TelemetryView source
interface GarbageCollectorStatusProvider {
public function status() : GarbageCollectorStatus;
}