You are here

public function LoggerInterfaceTest::testImplements in Lockr 7.3

File

vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php, line 32

Class

LoggerInterfaceTest
Provides a base test class for ensuring compliance with the LoggerInterface.

Namespace

Psr\Log\Test

Code

public function testImplements() {
  $this
    ->assertInstanceOf('Psr\\Log\\LoggerInterface', $this
    ->getLogger());
}