From aa268fb3226fb3120ec7bc955bc2d7437456baea Mon Sep 17 00:00:00 2001 From: Daniel Lorenz <daniel.lorenz@extco.de> Date: Wed, 6 Dec 2017 12:10:16 +0100 Subject: [PATCH] [BUGFIX] Make fixture invalid for symfony yaml parser Resolves: #83239 Releases: master, 8.7 Change-Id: I3a617b31f197b19231a858f88f992904c681124d Reviewed-on: https://review.typo3.org/54942 Reviewed-by: Carlos Meyer <cm@davitec.de> Tested-by: Carlos Meyer <cm@davitec.de> Reviewed-by: Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by: Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Mathias Brodala <mbrodala@pagemachine.de> Tested-by: Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by: Susanne Moog <susanne.moog@typo3.org> Tested-by: Susanne Moog <susanne.moog@typo3.org> --- .../form/Tests/Unit/Mvc/Configuration/Fixtures/Invalid.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Configuration/Fixtures/Invalid.yaml b/typo3/sysext/form/Tests/Unit/Mvc/Configuration/Fixtures/Invalid.yaml index 261338580151..0c5ccef767f9 100644 --- a/typo3/sysext/form/Tests/Unit/Mvc/Configuration/Fixtures/Invalid.yaml +++ b/typo3/sysext/form/Tests/Unit/Mvc/Configuration/Fixtures/Invalid.yaml @@ -1,2 +1,3 @@ -key - yek \ No newline at end of file +key: + yek + kye \ No newline at end of file -- GitLab