Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Applied fixes from FlintCI
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh authored and greg0ire committed Apr 20, 2020
1 parent d454213 commit 288b1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Datagrid/DatagridTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class DatagridTest extends TestCase
*/
private $formTypes;

public function setUp(): void
protected function setUp(): void
{
$this->query = $this->createMock(ProxyQueryInterface::class);
$this->pager = $this->createMock(PagerInterface::class);
Expand Down

0 comments on commit 288b1dc

Please sign in to comment.