@@ -98,7 +98,7 @@ public function testCreateRuleForFlexFormWithoutChangelog(): void
98
98
self ::assertFileExists ($ basePathConfig . '/typo3-7.php ' );
99
99
self ::assertFileExists ($ basePathRules . '/TYPO3v7/FlexForm/MigrateFlexFormFractor.php ' );
100
100
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/FlexForm/MigrateFlexFormFractor/config/fractor.php ' );
101
- self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/FlexForm/MigrateFlexFormFractor/Fixture /fixture.xml ' );
101
+ self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/FlexForm/MigrateFlexFormFractor/Fixtures /fixture.xml ' );
102
102
self ::assertFileExists (
103
103
$ basePathRuleTests . '/TYPO3v7/FlexForm/MigrateFlexFormFractor/MigrateFlexFormFractorTest.php.inc '
104
104
);
@@ -141,7 +141,7 @@ public function testCreateRuleForFlexFormWithChangelog(): void
141
141
self ::assertFileExists ($ basePathConfig . '/typo3-7.php ' );
142
142
self ::assertFileExists ($ basePathRules . '/TYPO3v7/FlexForm/MigrateFlexFormFractor.php ' );
143
143
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/FlexForm/MigrateFlexFormFractor/config/fractor.php ' );
144
- self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/FlexForm/MigrateFlexFormFractor/Fixture /fixture.xml ' );
144
+ self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/FlexForm/MigrateFlexFormFractor/Fixtures /fixture.xml ' );
145
145
self ::assertFileExists (
146
146
$ basePathRuleTests . '/TYPO3v7/FlexForm/MigrateFlexFormFractor/MigrateFlexFormFractorTest.php.inc '
147
147
);
@@ -176,7 +176,7 @@ public function testCreateRuleForFluidWithoutChangelog(): void
176
176
self ::assertFileExists ($ basePathConfig . '/typo3-7.php ' );
177
177
self ::assertFileExists ($ basePathRules . '/TYPO3v7/Fluid/MigrateFluidFractor.php ' );
178
178
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Fluid/MigrateFluidFractor/config/fractor.php ' );
179
- self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Fluid/MigrateFluidFractor/Fixture /fixture.html ' );
179
+ self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Fluid/MigrateFluidFractor/Fixtures /fixture.html ' );
180
180
self ::assertFileExists (
181
181
$ basePathRuleTests . '/TYPO3v7/Fluid/MigrateFluidFractor/MigrateFluidFractorTest.php.inc '
182
182
);
@@ -216,7 +216,7 @@ public function testCreateRuleForFluidWithChangelog(): void
216
216
self ::assertFileExists ($ basePathConfig . '/typo3-7.php ' );
217
217
self ::assertFileExists ($ basePathRules . '/TYPO3v7/Fluid/MigrateFluidFractor.php ' );
218
218
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Fluid/MigrateFluidFractor/config/fractor.php ' );
219
- self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Fluid/MigrateFluidFractor/Fixture /fixture.html ' );
219
+ self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Fluid/MigrateFluidFractor/Fixtures /fixture.html ' );
220
220
self ::assertFileExists (
221
221
$ basePathRuleTests . '/TYPO3v7/Fluid/MigrateFluidFractor/MigrateFluidFractorTest.php.inc '
222
222
);
@@ -251,7 +251,7 @@ public function testCreateRuleForTypoScriptWithoutChangelog(): void
251
251
self ::assertFileExists ($ basePathRules . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor.php ' );
252
252
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor/config/fractor.php ' );
253
253
self ::assertFileExists (
254
- $ basePathRuleTests . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor/Fixture /fixture.typoscript '
254
+ $ basePathRuleTests . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor/Fixtures /fixture.typoscript '
255
255
);
256
256
self ::assertFileExists (
257
257
$ basePathRuleTests . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor/MigrateTypoScriptFractorTest.php.inc '
@@ -296,7 +296,7 @@ public function testCreateRuleForTypoScriptWithChangelog(): void
296
296
self ::assertFileExists ($ basePathRules . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor.php ' );
297
297
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor/config/fractor.php ' );
298
298
self ::assertFileExists (
299
- $ basePathRuleTests . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor/Fixture /fixture.typoscript '
299
+ $ basePathRuleTests . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor/Fixtures /fixture.typoscript '
300
300
);
301
301
self ::assertFileExists (
302
302
$ basePathRuleTests . '/TYPO3v7/TypoScript/MigrateTypoScriptFractor/MigrateTypoScriptFractorTest.php.inc '
@@ -331,7 +331,7 @@ public function testCreateRuleForYamlWithoutChangelog(): void
331
331
self ::assertFileExists ($ basePathConfig . '/typo3-7.php ' );
332
332
self ::assertFileExists ($ basePathRules . '/TYPO3v7/Yaml/MigrateYamlFractor.php ' );
333
333
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Yaml/MigrateYamlFractor/config/fractor.php ' );
334
- self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Yaml/MigrateYamlFractor/Fixture /fixture.yaml ' );
334
+ self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Yaml/MigrateYamlFractor/Fixtures /fixture.yaml ' );
335
335
self ::assertFileExists (
336
336
$ basePathRuleTests . '/TYPO3v7/Yaml/MigrateYamlFractor/MigrateYamlFractorTest.php.inc '
337
337
);
@@ -371,7 +371,7 @@ public function testCreateRuleForYamlWithChangelog(): void
371
371
self ::assertFileExists ($ basePathConfig . '/typo3-7.php ' );
372
372
self ::assertFileExists ($ basePathRules . '/TYPO3v7/Yaml/MigrateYamlFractor.php ' );
373
373
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Yaml/MigrateYamlFractor/config/fractor.php ' );
374
- self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Yaml/MigrateYamlFractor/Fixture /fixture.yaml ' );
374
+ self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Yaml/MigrateYamlFractor/Fixtures /fixture.yaml ' );
375
375
self ::assertFileExists (
376
376
$ basePathRuleTests . '/TYPO3v7/Yaml/MigrateYamlFractor/MigrateYamlFractorTest.php.inc '
377
377
);
@@ -405,7 +405,7 @@ public function testCreateRuleForComposerWithoutChangelog(): void
405
405
self ::assertFileExists ($ basePathConfig . '/typo3-7.php ' );
406
406
self ::assertFileExists ($ basePathRules . '/TYPO3v7/Composer/MigrateComposerFractor.php ' );
407
407
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Composer/MigrateComposerFractor/config/fractor.php ' );
408
- self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Composer/MigrateComposerFractor/Fixture /fixture.json ' );
408
+ self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Composer/MigrateComposerFractor/Fixtures /fixture.json ' );
409
409
self ::assertFileExists (
410
410
$ basePathRuleTests . '/TYPO3v7/Composer/MigrateComposerFractor/MigrateComposerFractorTest.php.inc '
411
411
);
@@ -448,7 +448,7 @@ public function testCreateRuleForComposerWithChangelog(): void
448
448
self ::assertFileExists ($ basePathConfig . '/typo3-7.php ' );
449
449
self ::assertFileExists ($ basePathRules . '/TYPO3v7/Composer/MigrateComposerFractor.php ' );
450
450
self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Composer/MigrateComposerFractor/config/fractor.php ' );
451
- self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Composer/MigrateComposerFractor/Fixture /fixture.json ' );
451
+ self ::assertFileExists ($ basePathRuleTests . '/TYPO3v7/Composer/MigrateComposerFractor/Fixtures /fixture.json ' );
452
452
self ::assertFileExists (
453
453
$ basePathRuleTests . '/TYPO3v7/Composer/MigrateComposerFractor/MigrateComposerFractorTest.php.inc '
454
454
);
0 commit comments