We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6417c82 commit c3e39edCopy full SHA for c3e39ed
tests/SystemCtlTest.php
@@ -59,7 +59,7 @@ public function testListUnitsWithAvailableUnits()
59
cron.service loaded active running
60
EOT;
61
$systemctl = $this->buildSystemCtlMock($output);
62
- $units = $systemctl->listUnits(SystemCtl::AVAILABLE_UNITS);
+ $units = $systemctl->listUnits(null,SystemCtl::AVAILABLE_UNITS);
63
$this->assertCount(11, $units);
64
}
65
0 commit comments