2 declare(strict_types = 1);
18 use Symfony\Component\Console\Output\OutputInterface;
21 use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
33 $this->importCSVDataSet(GeneralUtility::getFileAbsFileName(
34 'typo3/sysext/install/Tests/Functional/Updates/DataSet/CommandLineBackendUserRemovalBefore.csv'
37 $outputProphecy = $this->prophesize(OutputInterface::class);
38 $subject->setOutput($outputProphecy->reveal());
39 $subject->executeUpdate();
40 $this->assertCSVDataSet(GeneralUtility::getFileAbsFileName(
41 'typo3/sysext/install/Tests/Functional/Updates/DataSet/CommandLineBackendUserRemovalAfter.csv'