mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:50:10 +00:00
Shorten "PConfiguration" to "PConfig" again, since the Wrapper is gone
This commit is contained in:
parent
cb80108957
commit
d5a473abda
41 changed files with 219 additions and 216 deletions
|
@ -29,7 +29,7 @@ class ModeTest extends MockedTest
|
|||
private $databaseMock;
|
||||
|
||||
/**
|
||||
* @var Config\Cache\ConfigCache|MockInterface
|
||||
* @var \Friendica\Core\Config\Cache|MockInterface
|
||||
*/
|
||||
private $configCacheMock;
|
||||
|
||||
|
@ -41,7 +41,7 @@ class ModeTest extends MockedTest
|
|||
|
||||
$this->basePathMock = \Mockery::mock(BasePath::class);
|
||||
$this->databaseMock = \Mockery::mock(Database::class);
|
||||
$this->configCacheMock = \Mockery::mock(Config\Cache\ConfigCache::class);
|
||||
$this->configCacheMock = \Mockery::mock(Config\Cache::class);
|
||||
}
|
||||
|
||||
public function testItEmpty()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue