Skip to content
Snippets Groups Projects
Commit 852f11ec authored by Frank Nägler's avatar Frank Nägler Committed by Philipp Gampe
Browse files

[FOLLOWUP][TASK] Simplify and unify flash message rendering

Fix broken unit tests

Resolves: #71249
Releases: master
Change-Id: If20630dbeb52f1667d8b376d6baf4052d8460e21
Reviewed-on: https://review.typo3.org/44612


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarPhilipp Gampe <philipp.gampe@typo3.org>
Tested-by: default avatarPhilipp Gampe <philipp.gampe@typo3.org>
parent 950e8db7
Branches
Tags
No related merge requests found
......@@ -117,7 +117,7 @@ class CleanerFieldProviderTest extends \TYPO3\CMS\Core\Tests\UnitTestCase
'RecyclerCleanerTCA' => $table
);
$this->subject->validateAdditionalFields($submittedData, $this->getScheduleModuleControllerMock());
$this->subject->validateAdditionalFields($submittedData, $this->getScheduleModuleControllerMock(['addMessage']));
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment