From cc1e78e1ff9b92f2399360c1bf4e3d6809503f37 Mon Sep 17 00:00:00 2001 From: Joseph Deray Date: Tue, 11 Mar 2014 12:42:26 -0400 Subject: [PATCH] removed unused use statement --- tests/util/key_algorithm/DefaultAlgorithmTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/util/key_algorithm/DefaultAlgorithmTest.php b/tests/util/key_algorithm/DefaultAlgorithmTest.php index 12edc152..2e78ea1b 100644 --- a/tests/util/key_algorithm/DefaultAlgorithmTest.php +++ b/tests/util/key_algorithm/DefaultAlgorithmTest.php @@ -6,8 +6,6 @@ * Time: 12:31 PM */ -use League\OAuth2\Server\Util\KeyAlgorithm\DefaultAlgorithm; - class Default_Algorithm_test extends PHPUnit_Framework_TestCase { public function test_make()