You are here

protected property DatetimeElementFormTest::$timeCallbackExecuted in Drupal 9

Tracks whether a date-time time callback was executed.

Type: bool

File

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

Class

DatetimeElementFormTest
Tests DatetimeElement functionality.

Namespace

Drupal\KernelTests\Core\Datetime

Code

protected $timeCallbackExecuted = FALSE;