Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai authored Mar 19, 2024
1 parent bdcb199 commit 55e5d22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/Liquid/StandardFiltersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -867,25 +867,22 @@ public function testSplit()
array(
'',
array(),
'-'
),
array(
null,
array(),
'-'
),
array(
'two-one-three',
array('two', 'one', 'three'),
'-'
),
array(
'12301230123',
array('123', '123', '123'),
'0'
),
array(
'phrase',
'phrase',
array('p', 'h', 'r', 'a', 's', 'e'),
''
),
Expand Down

0 comments on commit 55e5d22

Please sign in to comment.