From 313b13584fc90a9eb6446cc4cd0351eda1e49bb4 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 7 Apr 2016 15:14:23 -0400
Subject: [PATCH] Removed unused use.

---
 .../integration-tests/src/VuFindTest/Mink/ChoiceAuthTest.php     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/ChoiceAuthTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/ChoiceAuthTest.php
index e2f77f3b3b1..709737acbdb 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/ChoiceAuthTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/ChoiceAuthTest.php
@@ -26,7 +26,6 @@
  * @link     https://vufind.org Main Page
  */
 namespace VuFindTest\Mink;
-use Behat\Mink\Element\Element;
 
 /**
  * Mink ChoiceAuth test class.
-- 
GitLab