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