mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 15:14:27 +02:00
Rename PConfigTest to PConfigTestCase
This commit is contained in:
parent
f3f52efe18
commit
75fee6784e
3 changed files with 7 additions and 6 deletions
|
@ -8,12 +8,13 @@
|
|||
namespace Friendica\Test\src\Core\PConfig;
|
||||
|
||||
use Friendica\Core\PConfig\Type\PreloadPConfig;
|
||||
use Friendica\Test\PConfigTestCase;
|
||||
|
||||
class PreloadPConfigTest extends PConfigTest
|
||||
class PreloadPConfigTest extends PConfigTestCase
|
||||
{
|
||||
public function getInstance()
|
||||
{
|
||||
return new \Friendica\Core\PConfig\Type\PreloadPConfig($this->configCache, $this->configModel);
|
||||
return new PreloadPConfig($this->configCache, $this->configModel);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue