You are here

public function DatetimeElementFormTest::datetimeDateCallbackTrusted in Drupal 9

Same name and namespace in other branches
  1. 10 core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php \Drupal\KernelTests\Core\Datetime\DatetimeElementFormTest::datetimeDateCallbackTrusted()

File

core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php, line 57

Class

DatetimeElementFormTest
Tests DatetimeElement functionality.

Namespace

Drupal\KernelTests\Core\Datetime

Code

public function datetimeDateCallbackTrusted() {
  $this->dateCallbackExecuted = TRUE;
}