Skip to content

Commit

Permalink
Merge pull request PrestaShop#14235 from MathiasReker/test5
Browse files Browse the repository at this point in the history
Remove unused imports
  • Loading branch information
Quetzacoalt91 authored Jun 17, 2019
2 parents dde1786 + e8588ee commit e27b019
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion tests-legacy/Endpoints/AbstractEndpointTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

namespace LegacyTests\Endpoints;

use LegacyTests\Integration\PrestaShopBundle\Test\LightWebTestCase;
use LegacyTests\Unit\ContextMocker;
use PHPUnit\Framework\TestCase;

Expand Down
1 change: 0 additions & 1 deletion tests-legacy/Endpoints/DisplayImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

namespace LegacyTests\Endpoints;

use Context;
use Tools;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@

namespace LegacyTests\Integration\Core\Localization;

use Cache;
use Currency;
use PrestaShop\PrestaShop\Adapter\Entity\LocalizationPack;
use PrestaShop\PrestaShop\Core\Localization\Exception\LocalizationException;
use PrestaShop\PrestaShop\Core\Localization\Locale\Repository as LocaleRepository;
use PrestaShopBundle\Cache\LocalizationWarmer;
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
use Tests\TestCase\SymfonyIntegrationTestCase;
use AppKernel;

class LocaleUsageTest extends SymfonyIntegrationTestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

namespace LegacyTests\PrestaShopBundle\Model\Product;

use PrestaShop\PrestaShop\Adapter\CombinationDataProvider;
use PrestaShopBundle\Model\Product\AdminModelAdapter;
use Product;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
use Currency;
use Language;
use LocalizationPack;
use LegacyTests\TestCase\IntegrationTestCase;
use LegacyTests\Unit\ContextMocker;
use PrestaShop\PrestaShop\Adapter\Product\PriceFormatter;
use PrestaShopBundle\Cache\LocalizationWarmer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
use PrestaShop\PrestaShop\Core\Grid\Definition\Factory\AbstractGridDefinitionFactory;
use PrestaShop\PrestaShop\Core\Grid\Definition\GridDefinitionInterface;
use PrestaShop\PrestaShop\Core\Hook\HookDispatcherInterface;
use PrestaShopBundle\Event\Dispatcher\NullDispatcher;

class AbstractGridDefinitionFactoryTest extends TestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
use PHPUnit\Framework\TestCase;
use PrestaShop\PrestaShop\Core\Localization\CLDR\DataLayer\LocaleCache;
use PrestaShop\PrestaShop\Core\Localization\CLDR\LocaleData;
use PrestaShop\PrestaShop\Core\Localization\Currency\DataLayer\CurrencyCache;
use PrestaShop\PrestaShop\Core\Localization\Currency\LocalizedCurrencyId;
use PrestaShop\PrestaShop\Core\Localization\DataLayer\LocaleCacheDataLayer;
use Symfony\Component\Cache\Adapter\AdapterInterface;
use Symfony\Component\Cache\Adapter\ArrayAdapter;
Expand Down

0 comments on commit e27b019

Please sign in to comment.