From 2c54ed88b51a8fb2bc9b4b7339351dc179d8dfde Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Wed, 18 Jun 2025 12:43:04 +0200 Subject: [PATCH] [BUGFIX] Fix unit tests --- composer.json | 2 +- .../Fixtures/fixture3.typoscript.fixture | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 29eb8f84..c2376da5 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "composer-plugin-api": "^2.0", "ergebnis/json-printer": "^3.5", "eta-orionis/composer-json-manipulator": "^1.0.1", - "helmich/typo3-typoscript-parser": "^2.7.0", + "helmich/typo3-typoscript-parser": "^2.8.0", "league/flysystem": "^2.0 || ^3.0", "league/flysystem-memory": "^2.0 || ^3.0", "nette/utils": "^4.0", diff --git a/packages/typo3-fractor/rules-tests/TYPO3v13/TypoScript/MigrateIncludeTypoScriptSyntaxFractor/Fixtures/fixture3.typoscript.fixture b/packages/typo3-fractor/rules-tests/TYPO3v13/TypoScript/MigrateIncludeTypoScriptSyntaxFractor/Fixtures/fixture3.typoscript.fixture index f5e30ca2..0534d0cb 100644 --- a/packages/typo3-fractor/rules-tests/TYPO3v13/TypoScript/MigrateIncludeTypoScriptSyntaxFractor/Fixtures/fixture3.typoscript.fixture +++ b/packages/typo3-fractor/rules-tests/TYPO3v13/TypoScript/MigrateIncludeTypoScriptSyntaxFractor/Fixtures/fixture3.typoscript.fixture @@ -1,5 +1,5 @@ ----- [frontend.user.isLoggedIn] -@import 'EXT:my_extension/Configuration/TypoScript/user.typoscript' + @import 'EXT:my_extension/Configuration/TypoScript/user.typoscript' [end]