@@ -45,13 +45,15 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
4545 nonservice.device active running
4646 nonservice.scope active running
4747 nonservice.slice active running
48+ nonservice.target active running
4849 superservice.mount active running
4950 awesomeservice.mount active running
5051 nonservice.timer active running
5152 nonservice.socket active running
5253 nonservice.device active running
5354 nonservice.scope active running
5455 nonservice.slice active running
56+ nonservice.target active running
5557 superservice.service active running
5658 awesomeservice.service active running
5759● [email protected] loaded failed failed @@ -88,6 +90,11 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
8890 'suffix ' => 'slice ' ,
8991 'amount ' => 2 ,
9092 ],
93+ [
94+ 'output ' => $ output ,
95+ 'suffix ' => 'target ' ,
96+ 'amount ' => 2 ,
97+ ],
9198 [
9299 'output ' => $ output ,
93100 'suffix ' => 'mount ' ,
@@ -128,13 +135,15 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
128135 a-device.device Active running
129136 a-scope.scope Active running
130137 a-slice.slice Active running
138+ a-target.target Active running
131139 super.mount Active running
132140 awesome.mount Active running
133141 nonservice.timer Active running
134142 nonservice.socket Active running
135143 nonservice.device Active running
136144 nonservice.scope Active running
137145 nonservice.slice Active running
146+ nonservice.target Active running
138147139148140149● [email protected] loaded failed failed @@ -192,6 +201,14 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
192201 'nonservice ' ,
193202 ],
194203 ],
204+ [
205+ 'output ' => $ output ,
206+ 'suffix ' => 'target ' ,
207+ 'units ' => [
208+ 'a-target ' ,
209+ 'nonservice ' ,
210+ ],
211+ ],
195212 [
196213 'output ' => $ output ,
197214 'suffix ' => 'mount ' ,
0 commit comments