Completed
Pull Request — master (#33)
by Emily
06:12
created
src/Tests/Unit/Adapter/LocalStorageTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Partnermarketing\FileSystemBundle\Tests\Unit\Adapter;
4 4
 
5
-use Partnermarketing\FileSystemBundle\Adapter\LocalStorage;
6 5
 use Partnermarketing\FileSystemBundle\Factory\FileSystemFactory;
7 6
 
8 7
 class LocalStorageTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
src/Tests/Unit/Factory/FileSystemFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Partnermarketing\FileSystemBundle\Tests\Functional\Factory;
4 4
 
5 5
 use Partnermarketing\FileSystemBundle\Factory\FileSystemFactory;
6
-use Partnermarketing\TestBundle\Tests\Base\BaseFunctionalTest;
7 6
 
8 7
 class FileSystemFactoryTest extends \PHPUnit_Framework_TestCase
9 8
 {
Please login to merge, or discard this patch.