Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Dec 8, 2023
1 parent 7778c7b commit 5f0af0e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/Helper/StrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,24 @@ public function commonDataProvider(): array
['a_b_c'],
[],
'aBC'
],
[
'camel',
['A_b_c', true],
[],
'aBC'
],
[
'camel',
['A_D_c', false],
[],
'ADC'
],
[
'camel',
['username', false],
[],
'Username'
],
[
'toArray',
Expand Down

0 comments on commit 5f0af0e

Please sign in to comment.