Issue #2080403 by mrsinguyen: Remove Unused local variable from /core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php.

8.0.x
webchick 2013-12-04 00:39:22 -08:00
parent 3b58e8797a
commit 5165ffe618
1 changed files with 1 additions and 1 deletions

View File

@ -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',