Skip to content

Commit cb540a2

Browse files
authored
Apply fixes from StyleCI (#2468)
[ci skip] [skip ci]
1 parent b6c2e92 commit cb540a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/Unit/CrudPanel/CrudPanelButtonsTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ public function testRemoveAllButtonsFromUnknownStack()
245245
$this->assertEquals(count($this->defaultButtonNames), count($this->crudPanel->buttons()));
246246
}
247247

248-
public function testReorderButtons() {
248+
public function testReorderButtons()
249+
{
249250
$this->crudPanel->addButton('line', 'update', 'view', 'crud::buttons.update', 'end');
250251
$this->crudPanel->addButton('line', 'show', 'view', 'crud::buttons.show', 'end');
251252
$this->crudPanel->addButton('line', 'test', 'view', 'crud::buttons.update', 'end');
@@ -261,6 +262,4 @@ private function getButtonByName($name)
261262
return $value->name == $name;
262263
});
263264
}
264-
265-
266265
}

0 commit comments

Comments
 (0)