We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7778c7b commit 5f0af0eCopy full SHA for 5f0af0e
tests/Helper/StrTest.php
@@ -259,6 +259,24 @@ public function commonDataProvider(): array
259
['a_b_c'],
260
[],
261
'aBC'
262
+ ],
263
+ [
264
+ 'camel',
265
+ ['A_b_c', true],
266
+ [],
267
+ 'aBC'
268
269
270
271
+ ['A_D_c', false],
272
273
+ 'ADC'
274
275
276
277
+ ['username', false],
278
279
+ 'Username'
280
],
281
[
282
'toArray',
0 commit comments