mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Changed all public setUp methods in tests to be protected
This commit is contained in:
@@ -20,7 +20,7 @@ class CrossDomainMiddlewareTest extends TestCase
|
||||
private CrossDomainMiddleware $middleware;
|
||||
private ObjectProphecy $handler;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->middleware = new CrossDomainMiddleware(['max_age' => 1000]);
|
||||
$this->handler = $this->prophesize(RequestHandlerInterface::class);
|
||||
|
||||
Reference in New Issue
Block a user