Replace string namespaces with ::class

This commit is contained in:
Philipp Holzer
2019-02-24 13:40:54 +01:00
parent 9f11476ca0
commit 5fc42a744e
11 changed files with 52 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ class ProfilerTest extends MockedTest
{
parent::setUp();
$this->logger = \Mockery::mock('Psr\Log\LoggerInterface');
$this->logger = \Mockery::mock(LoggerInterface::class);
}
/**