Skip to content

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 c065ee4 commit 1b22088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Admin/AdminTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AdminTest extends TestCase
*/
private $contextManager;

public function setUp(): void
protected function setUp(): void
{
$this->contextManager = $this->createMock(ContextManagerInterface::class);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/XliffTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class XliffTest extends TestCase
*/
protected $errors = [];

public function setUp(): void
protected function setUp(): void
{
$this->loader = new XliffFileLoader();
}
Expand Down

0 comments on commit 1b22088

Please sign in to comment.