Completed
Pull Request — master (#15)
by
unknown
02:47
created
Tests/Extension/UqlFunctionCallerTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,15 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Netdudes\DataSourceryBundle\Tests\Extension;
3 3
 
4
-use Netdudes\DataSourceryBundle\Extension\BuiltInFunctionsExtension;
5 4
 use Netdudes\DataSourceryBundle\Extension\Context;
6
-use Netdudes\DataSourceryBundle\Extension\ContextAwareUqlFunction;
7 5
 use Netdudes\DataSourceryBundle\Extension\Exception\FunctionNotFoundException;
8 6
 use Netdudes\DataSourceryBundle\Extension\UqlExtensionContainer;
9 7
 use Netdudes\DataSourceryBundle\Extension\UqlFunction;
10 8
 use Netdudes\DataSourceryBundle\Extension\UqlFunctionCaller;
11
-use Netdudes\DataSourceryBundle\Util\CurrentDateTimeProvider;
12
-use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
13 9
 
14 10
 class UqlFunctionCallerTest extends \PHPUnit_Framework_TestCase
15 11
 {
Please login to merge, or discard this patch.