Fix naming of test

This commit is contained in:
Daniel Siepmann 2021-12-16 13:20:16 +01:00
parent fb2eceb5e6
commit 410f5ab534

View file

@ -9,12 +9,12 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
/** /**
* @testdox DestinationData import * @testdox DestinationData import
*/ */
class ImportDoesNotUserUploadsFolderTest extends AbstractTest class ImportDoesNotUseUploadsFolderTest extends AbstractTest
{ {
/** /**
* @test * @test
*/ */
public function doesNotUserUploadsFolder(): void public function doesNotUseUploadsFolder(): void
{ {
$fileImportPath = 'staedte/beispielstadt/events/'; $fileImportPath = 'staedte/beispielstadt/events/';