= 0); } #[\PHPUnit\Framework\Attributes\Group('framework')] #[\PHPUnit\Framework\Attributes\TestDox('Test if it is possible to get information about the CPU usage')] public function testCPUUsage() : void { self::assertGreaterThan(0, SystemUtils::getCpuUsage()); } public function testHostname() : void { self::assertGreaterThan(0, \strlen(SystemUtils::getHostname())); } }