Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
Removed unassigned variable in EmbedButtonAdminTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid committed Mar 29, 2017
1 parent cf44d15 commit fcc9763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tests/EmbedButtonAdminTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function testCKEditorButtonConflict() {
$this->drupalLogin($this->adminUser);
$this->drupalGet('admin/config/content/embed/button/add');

$button_id = strtolower($this->randomMachineName());
$button_label = $this->randomMachineName();
$edit = array(
'id' => 'DrupalImage',
Expand Down

0 comments on commit fcc9763

Please sign in to comment.