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