Skip to content

Commit 5f0af0e

Browse files
committed
Minor change
1 parent 7778c7b commit 5f0af0e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/Helper/StrTest.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,24 @@ public function commonDataProvider(): array
259259
['a_b_c'],
260260
[],
261261
'aBC'
262+
],
263+
[
264+
'camel',
265+
['A_b_c', true],
266+
[],
267+
'aBC'
268+
],
269+
[
270+
'camel',
271+
['A_D_c', false],
272+
[],
273+
'ADC'
274+
],
275+
[
276+
'camel',
277+
['username', false],
278+
[],
279+
'Username'
262280
],
263281
[
264282
'toArray',

0 commit comments

Comments
 (0)