mirror of
https://github.com/friendica/friendica
synced 2025-04-25 02:30:11 +00:00
Adapt tests for PhpUnit 7.5
This commit is contained in:
parent
5947698dc1
commit
4b38b6aa16
10 changed files with 36 additions and 35 deletions
|
@ -463,10 +463,11 @@ class InstallerTest extends MockedTest
|
|||
|
||||
/**
|
||||
* Test the setup of the config cache for installation
|
||||
* @doesNotPerformAssertions
|
||||
*/
|
||||
public function testSetUpCache()
|
||||
{
|
||||
$this->l10nMock->shouldReceive('t')->andReturnUsing(function ($args) { return $args; });
|
||||
$this->l10nMock->shouldReceive('t')->andReturnUsing(function ($args) { return $args; })->times(5);
|
||||
|
||||
$install = new Installer();
|
||||
$configCache = Mockery::mock(Cache::class);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue