[TASK] Test ClassSchema detects php 7.4 property types
Since TYPO3 11 requires php >= 7.4 and since symfony components support php 7.4 type hint evaluations as well, some tests have been added to verify that when building ClassSchema instances, property types are properly detected. Releases: master Resolves: #93037 Change-Id: Ia50934731838d2bdccc2e6bdb4cdebb3b1a096b9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67077 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/PropertyTest.php 22 additions, 0 deletions...xtbase/Tests/Unit/Reflection/ClassSchema/PropertyTest.php
- typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchemaTest.php 2 additions, 0 deletions.../sysext/extbase/Tests/Unit/Reflection/ClassSchemaTest.php
- typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithAllTypesOfProperties.php 4 additions, 0 deletions...Reflection/Fixture/DummyClassWithAllTypesOfProperties.php
Please register or sign in to comment