@@ -44,12 +44,14 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
4444 nonservice.socket active running
4545 nonservice.device active running
4646 nonservice.scope active running
47+ nonservice.slice active running
4748 superservice.mount active running
4849 awesomeservice.mount active running
4950 nonservice.timer active running
5051 nonservice.socket active running
5152 nonservice.device active running
5253 nonservice.scope active running
54+ nonservice.slice active running
5355 superservice.service active running
5456 awesomeservice.service active running
5557● [email protected] loaded failed failed @@ -81,6 +83,11 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
8183 'suffix ' => 'scope ' ,
8284 'amount ' => 2 ,
8385 ],
86+ [
87+ 'output ' => $ output ,
88+ 'suffix ' => 'slice ' ,
89+ 'amount ' => 2 ,
90+ ],
8491 [
8592 'output ' => $ output ,
8693 'suffix ' => 'mount ' ,
@@ -120,12 +127,14 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
120127 a-socket.socket Active running
121128 a-device.device Active running
122129 a-scope.scope Active running
130+ a-slice.slice Active running
123131 super.mount Active running
124132 awesome.mount Active running
125133 nonservice.timer Active running
126134 nonservice.socket Active running
127135 nonservice.device Active running
128136 nonservice.scope Active running
137+ nonservice.slice Active running
129138130139131140● [email protected] loaded failed failed @@ -175,6 +184,14 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
175184 'nonservice ' ,
176185 ],
177186 ],
187+ [
188+ 'output ' => $ output ,
189+ 'suffix ' => 'slice ' ,
190+ 'units ' => [
191+ 'a-slice ' ,
192+ 'nonservice ' ,
193+ ],
194+ ],
178195 [
179196 'output ' => $ output ,
180197 'suffix ' => 'mount ' ,
0 commit comments