Skip to content

Commit ef35c9d

Browse files
froemkendkd-kaehm
authored andcommitted
[TASK] Fix namespace typo in SearchFormViewHelperTest
Correct namespace from `ViewHelper` to `ViewHelpers` in test file.
1 parent 50ca9da commit ef35c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Integration/ViewHelper/SearchFormViewHelperTest.php renamed to Tests/Integration/ViewHelpers/SearchFormViewHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* The TYPO3 project - inspiring people to share!
1414
*/
1515

16-
namespace ApacheSolrForTypo3\Solr\Tests\Integration\ViewHelper;
16+
namespace ApacheSolrForTypo3\Solr\Tests\Integration\ViewHelpers;
1717

1818
use ApacheSolrForTypo3\Solr\System\Configuration\TypoScriptConfiguration;
1919
use ApacheSolrForTypo3\Solr\Tests\Integration\IntegrationTestBase;

0 commit comments

Comments
 (0)