Skip to content

Commit

Permalink
[TASK] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
susannemoog committed Mar 14, 2020
1 parent ed6f264 commit 5de41aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ config/

# CGL Fixer
.php_cs.cache

# PHP Lint
.phplint.cache
2 changes: 1 addition & 1 deletion Tests/Unit/PageRendererPreProcessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PageRendererPreProcessTest extends UnitTestCase
protected $templateService;
protected $assetCollector;

protected function setUp()
protected function setUp(): void
{
parent::setUp();
$tsfeProphecy = $this->prophesize(TypoScriptFrontendController::class);
Expand Down

0 comments on commit 5de41aa

Please sign in to comment.