You are here

public function LoggerInterfaceTest::testImplements in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php \Psr\Log\Test\LoggerInterfaceTest::testImplements()

File

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