Skip to content

Commit

Permalink
Merge pull request #27717 from lbajsarowicz/phpunit8/module-StoreGraphQl
Browse files Browse the repository at this point in the history
#27500 Prepare StoreGraphQl module Tests for PHPUnit 8
  • Loading branch information
Oleksii Korshenko authored Apr 15, 2020
2 parents a7da75c + 5101592 commit 12dc579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class StoreValidatorTest extends TestCase
/**
* @inheritDoc
*/
public function setUp()
public function setUp(): void
{
$this->storeManagerMock = $this->createMock(StoreManagerInterface::class);
$this->requestMock = $this->getMockBuilder(HttpRequestInterface::class)
Expand Down

0 comments on commit 12dc579

Please sign in to comment.