@@ -47,6 +47,7 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
4747 nonservice.slice active running
4848 nonservice.swap active running
4949 nonservice.target active running
50+ nonservice.mount active running
5051 superservice.mount active running
5152 awesomeservice.mount active running
5253 superservice.automount active running
@@ -58,6 +59,7 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
5859 nonservice.slice active running
5960 nonservice.swap active running
6061 nonservice.target active running
62+ nonservice.mount active running
6163 superservice.service active running
6264 awesomeservice.service active running
6365● [email protected] loaded failed failed @@ -107,7 +109,7 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
107109 [
108110 'output ' => $ output ,
109111 'suffix ' => 'mount ' ,
110- 'amount ' => 2 ,
112+ 'amount ' => 4 ,
111113 ],
112114 [
113115 'output ' => $ output ,
@@ -151,6 +153,7 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
151153 a-slice.slice Active running
152154 a-swap.swap Active running
153155 a-target.target Active running
156+ a-mount.mount Active running
154157 super.mount Active running
155158 awesome.mount Active running
156159 super.automount Active running
@@ -162,6 +165,7 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
162165 nonservice.slice Active running
163166 nonservice.swap Active running
164167 nonservice.target Active running
168+ nonservice.mount Active running
165169166170167171● [email protected] loaded failed failed @@ -239,8 +243,10 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
239243 'output ' => $ output ,
240244 'suffix ' => 'mount ' ,
241245 'units ' => [
246+ 'a-mount ' ,
242247 'super ' ,
243248 'awesome ' ,
249+ 'nonservice ' ,
244250 ],
245251 ],
246252 [
0 commit comments