Issue #2081165 by smiro: Remove Unused local variable from /core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php.

8.0.x
webchick 2013-09-04 19:57:02 -07:00
parent 37ce9e5c01
commit dd82359454
1 changed files with 0 additions and 1 deletions

View File

@ -326,7 +326,6 @@ class DatetimeFieldTest extends WebTestBase {
$this->instance->save(); $this->instance->save();
// Display creation form. // Display creation form.
$date = new DrupalDateTime();
$this->drupalGet('entity_test/add'); $this->drupalGet('entity_test/add');
// See that no date is set. // See that no date is set.