July 30, 2026 — The unofficial Laracon US Day 3. Get your ticket to The Vibes

Power Monitor


Fake Power Monitor#

Example test case#

Copied!
use Native\Desktop\Facades\PowerMonitor;
 
#[\PHPUnit\Framework\Attributes\Test]
public function example(): void
{
PowerMonitor::fake();
 
$this->get('/whatever-action');
 
PowerMonitor::assertGetSystemIdleState('...');
}

Available assertions#

  • assertGetSystemIdleState
  • assertGetSystemIdleStateCount
  • assertGetSystemIdleTimeCount
  • assertGetCurrentThermalStateCount
  • assertIsOnBatteryPowerCount