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 c3e39ed commit 5a9cf56Copy full SHA for 5a9cf56
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(null,SystemCtl::AVAILABLE_UNITS);
+ $units = $systemctl->listUnits(null, SystemCtl::AVAILABLE_UNITS);
63
$this->assertCount(11, $units);
64
}
65
0 commit comments