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 OskarStark committed Apr 20, 2020
1 parent 5ce17a8 commit f08001a
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
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
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 f08001a

Please sign in to comment.