Issue #2080403 by mrsinguyen: Remove Unused local variable from /core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php.
parent
3b58e8797a
commit
5165ffe618
|
@ -229,7 +229,7 @@ class DrupalUnitTestBaseTest extends DrupalUnitTestBase {
|
|||
$this->enableModules(array('field_test'));
|
||||
|
||||
// Create a field and an instance.
|
||||
$display = entity_create('entity_display', array(
|
||||
entity_create('entity_display', array(
|
||||
'targetEntityType' => 'entity_test',
|
||||
'bundle' => 'entity_test',
|
||||
'mode' => 'default',
|
||||
|
|
Loading…
Reference in New Issue