mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Fixing Unittests
This commit is contained in:
parent
e930123b75
commit
b4ee1a5b26
3 changed files with 135 additions and 135 deletions
|
@ -24,14 +24,10 @@ class ConfigConsoleTest extends ConsoleTest
|
|||
]
|
||||
]);
|
||||
|
||||
$mode = \Mockery::mock(Mode::class);
|
||||
$mode
|
||||
$this->mode
|
||||
->shouldReceive('has')
|
||||
->andReturn(true);
|
||||
|
||||
$this->app
|
||||
->shouldReceive('getMode')
|
||||
->andReturn($mode);
|
||||
}
|
||||
|
||||
function testSetGetKeyValue() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue