mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 00:03:12 +08:00
Changed all public setUp methods in tests to be protected
This commit is contained in:
@@ -11,7 +11,7 @@ class BasePathPrefixerTest extends TestCase
|
||||
{
|
||||
private BasePathPrefixer $prefixer;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->prefixer = new BasePathPrefixer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user