public function WatchdogLoggerTest::test_construct in Service Container 7.2
Same name and namespace in other branches
- 7 tests/src/Logger/WatchdogLoggerTest.php \Drupal\Tests\service_container\Logger\WatchdogLoggerTest::test_construct()
@covers ::__construct()
File
- tests/
src/ Logger/ WatchdogLoggerTest.php, line 44 - Contains \Drupal\Tests\service_container\Logger\WatchdogLoggerTest.
Class
- WatchdogLoggerTest
- @coversDefaultClass \Drupal\service_container\Logger\WatchdogLogger
Namespace
Drupal\Tests\service_container\LoggerCode
public function test_construct() {
$this
->assertInstanceOf('\\Drupal\\service_container\\Logger\\WatchdogLogger', $this->watchdogLogger);
}