@@ -45,6 +45,7 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
4545 nonservice.device active running
4646 nonservice.scope active running
4747 nonservice.slice active running
48+ nonservice.swap active running
4849 nonservice.target active running
4950 superservice.mount active running
5051 awesomeservice.mount active running
@@ -53,6 +54,7 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
5354 nonservice.device active running
5455 nonservice.scope active running
5556 nonservice.slice active running
57+ nonservice.swap active running
5658 nonservice.target active running
5759 superservice.service active running
5860 awesomeservice.service active running
@@ -90,6 +92,11 @@ public function itDeterminesTheCorrectAmountOfUnitsDataProvider(): array
9092 'suffix ' => 'slice ' ,
9193 'amount ' => 2 ,
9294 ],
95+ [
96+ 'output ' => $ output ,
97+ 'suffix ' => 'swap ' ,
98+ 'amount ' => 2 ,
99+ ],
93100 [
94101 'output ' => $ output ,
95102 'suffix ' => 'target ' ,
@@ -135,6 +142,7 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
135142 a-device.device Active running
136143 a-scope.scope Active running
137144 a-slice.slice Active running
145+ a-swap.swap Active running
138146 a-target.target Active running
139147 super.mount Active running
140148 awesome.mount Active running
@@ -143,6 +151,7 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
143151 nonservice.device Active running
144152 nonservice.scope Active running
145153 nonservice.slice Active running
154+ nonservice.swap Active running
146155 nonservice.target Active running
147156148157@@ -201,6 +210,14 @@ public function itOnlyExtractsTheUnitNamesDataProvider(): array
201210 'nonservice ' ,
202211 ],
203212 ],
213+ [
214+ 'output ' => $ output ,
215+ 'suffix ' => 'swap ' ,
216+ 'units ' => [
217+ 'a-swap ' ,
218+ 'nonservice ' ,
219+ ],
220+ ],
204221 [
205222 'output ' => $ output ,
206223 'suffix ' => 'target ' ,
0 commit comments