Skip to content

Commit

Permalink
[TASK] Remove unused class imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jan 28, 2025
1 parent 888eef0 commit 1b12798
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Tests/Fixtures/Classes/DummySourceSetViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use FluidTYPO3\Vhs\Traits\SourceSetViewHelperTrait;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;

class DummySourceSetViewHelper
{
Expand Down
1 change: 0 additions & 1 deletion Tests/Unit/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
use TYPO3\CMS\Core\Localization\Locales;
use TYPO3\CMS\Core\Localization\LocalizationFactory;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManager;
use TYPO3Fluid\Fluid\Core\Parser\Interceptor\Escape;

/**
Expand Down
3 changes: 0 additions & 3 deletions Tests/Unit/Traits/SourceSetViewHelperTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
use FluidTYPO3\Vhs\Tests\Unit\AbstractTestCase;
use Psr\Http\Message\ServerRequestInterface;
use TYPO3\CMS\Core\Core\SystemEnvironmentBuilder;
use TYPO3\CMS\Core\Http\ApplicationType;
use TYPO3\CMS\Core\Http\ServerRequest;
use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer;
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
use TYPO3Fluid\Fluid\Core\ViewHelper\TagBuilder;
Expand Down

0 comments on commit 1b12798

Please sign in to comment.