diff options
Diffstat (limited to 'tests/acceptance/features/core/ElementWrapper.php')
-rw-r--r-- | tests/acceptance/features/core/ElementWrapper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/core/ElementWrapper.php b/tests/acceptance/features/core/ElementWrapper.php index 6f814921125..7d7a86149ed 100644 --- a/tests/acceptance/features/core/ElementWrapper.php +++ b/tests/acceptance/features/core/ElementWrapper.php @@ -121,7 +121,7 @@ class ElementWrapper { * @return \Behat\Mink\Element\Element the wrapped element. */ public function getWrappedElement() { - return $element; + return $this->element; } /** |