Skip to content

Commit

Permalink
refs vufind-org#2999 fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
RLangeUni committed Apr 19, 2024
1 parent c05492d commit 0c34fbc
Showing 1 changed file with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,23 @@ public function testGetCheckbox()
$expectedCalls = [
[
$tpl,
['number' => 1, 'id' => 'Solr|000105196', 'checkboxElementId' => 'bar-Solr|000105196', 'prefix' => 'bar', 'formAttr' => 'foo']
[
'number' => 1,
'id' => 'Solr|000105196',
'checkboxElementId' => 'bar-Solr|000105196',
'prefix' => 'bar',
'formAttr' => 'foo'
]
],
[
$tpl,
['number' => 2, 'id' => 'Solr|000105196', 'checkboxElementId' => 'bar-Solr|000105196', 'prefix' => 'bar', 'formAttr' => 'foo']
[
'number' => 2,
'id' => 'Solr|000105196',
'checkboxElementId' => 'bar-Solr|000105196',
'prefix' => 'bar',
'formAttr' => 'foo'
]
]
];

Expand Down

0 comments on commit 0c34fbc

Please sign in to comment.