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