public function LoggerInterfaceTest::testImplements in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Psr/Log/Test/LoggerInterfaceTest.php \Psr\Log\Test\LoggerInterfaceTest::testImplements()
File
- lib/
Psr/ Log/ Test/ LoggerInterfaceTest.php, line 28
Class
- LoggerInterfaceTest
- Provides a base test class for ensuring compliance with the LoggerInterface
Namespace
Psr\Log\TestCode
public function testImplements() {
$this
->assertInstanceOf('Psr\\Log\\LoggerInterface', $this
->getLogger());
}