Skip to content

Commit 307bb3a

Browse files
peter279koshmyheliuk
authored andcommitted
Enahcne PHPUnit fixture (#14)
1 parent d41f116 commit 307bb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Test/Unit/Model/UrlFixerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class UrlFixerTest extends TestCase
2121
* @var UrlFixer
2222
*/
2323
private $urlFixer;
24-
24+
2525
/**
2626
* @var MockObject|Store
2727
*/
@@ -30,7 +30,7 @@ class UrlFixerTest extends TestCase
3030
/**
3131
* @inheritDoc
3232
*/
33-
public function setUp()
33+
protected function setUp()
3434
{
3535
$this->storeMock = $this->createPartialMock(Store::class, ['getForceDisableRewrites', 'getConfig']);
3636
$this->urlFixer = new UrlFixer();

0 commit comments

Comments
 (0)