mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Replace string namespaces with ::class
This commit is contained in:
parent
9f11476ca0
commit
5fc42a744e
11 changed files with 52 additions and 26 deletions
|
@ -18,7 +18,7 @@ class ProfilerTest extends MockedTest
|
|||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->logger = \Mockery::mock('Psr\Log\LoggerInterface');
|
||||
$this->logger = \Mockery::mock(LoggerInterface::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue