mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 16:23:12 +08:00
Made test properties to be private instead of protected
This commit is contained in:
@@ -13,7 +13,7 @@ use Zend\ServiceManager\ServiceManager;
|
||||
class EmptyResponseImplicitOptionsMiddlewareFactoryTest extends TestCase
|
||||
{
|
||||
/** @var EmptyResponseImplicitOptionsMiddlewareFactory */
|
||||
protected $factory;
|
||||
private $factory;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user