diff options
Diffstat (limited to 'tests/acceptance/features/core/NoSuchElementException.php')
-rw-r--r-- | tests/acceptance/features/core/NoSuchElementException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/acceptance/features/core/NoSuchElementException.php b/tests/acceptance/features/core/NoSuchElementException.php index 5f8270d2a49..dca884556ad 100644 --- a/tests/acceptance/features/core/NoSuchElementException.php +++ b/tests/acceptance/features/core/NoSuchElementException.php @@ -33,5 +33,4 @@ class NoSuchElementException extends \Exception { public function __construct($message, \Exception $previous = null) { parent::__construct($message, 0, $previous); } - } |