mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 15:49:43 +02:00
MDL-66979 behat: Remove unused var
This commit is contained in:
parent
d5f211d00f
commit
7d777911af
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ class behat_form_select extends behat_form_field {
|
|||
|
||||
// Is the select multiple?
|
||||
$multiple = $this->field->hasAttribute('multiple');
|
||||
$singleselect = ($this->field->hasClass('singleselect') || $this->field->hasClass('urlselect'));
|
||||
|
||||
// Here we select the option(s).
|
||||
if ($multiple) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue