mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 05:56:09 +01:00
Fix naming of test
This commit is contained in:
parent
fb2eceb5e6
commit
410f5ab534
1 changed files with 2 additions and 2 deletions
|
@ -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/';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue