You are here

protected property DateTest::$dateFormatter in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Datetime/DateTest.php \Drupal\Tests\Core\Datetime\DateTest::dateFormatter
  2. 9 core/tests/Drupal/Tests/Core/Datetime/DateTest.php \Drupal\Tests\Core\Datetime\DateTest::dateFormatter

The mocked date formatter class.

Type: \Drupal\Core\Datetime\DateFormatter

File

core/tests/Drupal/Tests/Core/Datetime/DateTest.php, line 52

Class

DateTest
@coversDefaultClass \Drupal\Core\Datetime\DateFormatter @group Datetime

Namespace

Drupal\Tests\Core\Datetime

Code

protected $dateFormatter;