Issue #2081165 by smiro: Remove Unused local variable from /core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php.
parent
37ce9e5c01
commit
dd82359454
|
@ -326,7 +326,6 @@ class DatetimeFieldTest extends WebTestBase {
|
|||
$this->instance->save();
|
||||
|
||||
// Display creation form.
|
||||
$date = new DrupalDateTime();
|
||||
$this->drupalGet('entity_test/add');
|
||||
|
||||
// See that no date is set.
|
||||
|
|
Loading…
Reference in New Issue