mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Changed all public setUp methods in tests to be protected
This commit is contained in:
@@ -21,7 +21,7 @@ class MercureInfoActionTest extends TestCase
|
||||
|
||||
private ObjectProphecy $provider;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->provider = $this->prophesize(JwtProviderInterface::class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user