You are here

protected property DateTimeFormInjectionTest::$logger in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php \Drupal\Tests\datetime\Kernel\DateTimeFormInjectionTest::logger
  2. 10 core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php \Drupal\Tests\datetime\Kernel\DateTimeFormInjectionTest::logger

A Dblog logger instance.

Type: \Psr\Log\LoggerInterface

File

core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php, line 26

Class

DateTimeFormInjectionTest
Tests serializing a form with an injected datetime instance.

Namespace

Drupal\Tests\datetime\Kernel

Code

protected $logger;