From 3cae8f3005b74278c96d190e625f56016d154bd6 Mon Sep 17 00:00:00 2001
From: LTRocky <rokasvaliukas@gmail.com>
Date: Fri, 6 Mar 2015 16:40:57 +0200
Subject: [PATCH] Removed duplicated methods

---
 Suggester/CompletionTest.php | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/Suggester/CompletionTest.php b/Suggester/CompletionTest.php
index ef37e49..1fc7611 100644
--- a/Suggester/CompletionTest.php
+++ b/Suggester/CompletionTest.php
@@ -156,15 +156,4 @@ class CompletionTest extends \PHPUnit_Framework_TestCase
             ['unicodeAware'],
         ];
     }
-
-    /**
-     * Tests toArray method exception.
-     *
-     * @expectedException \LogicException
-     */
-    public function testToArrayException()
-    {
-        $completion = new Completion('', '');
-        $completion->toArray();
-    }
 }
-- 
GitLab