public function LoggerInterfaceTest::testImplements

File

drupal/core/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php, line 28

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());
}