[TASK] Use generics for ObjectProphecy class properties
With #96713 all type annotations on class properties in tests have been reduced to ObjectProphecy only, removing the information which class or interface is mocked. This means that phpstan no longer throws errors for valid cases but also ignored invalid calls as the type effectively is considered a mixed type. The jangregor/phpstan-prophecy plugin defines ObjectProphecy as a generic tag, allowing generics to be used and resolved by PHPStan. Therefore the type annotations on class properties or function results are now re-added using generic syntax. Resolves: #96725 Related: #96713 Releases: main, 11.5 Change-Id: I2aa2f4b83675e831b42b940914ac5830a48f2994 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73263 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
Showing
- typo3/sysext/adminpanel/Tests/Unit/Middleware/AdminPanelInitiatorTest.php 3 additions, 0 deletions...inpanel/Tests/Unit/Middleware/AdminPanelInitiatorTest.php
- typo3/sysext/adminpanel/Tests/Unit/Service/ConfigurationServiceTest.php 1 addition, 0 deletions...dminpanel/Tests/Unit/Service/ConfigurationServiceTest.php
- typo3/sysext/backend/Tests/Unit/Configuration/BackendUserConfigurationTest.php 1 addition, 3 deletions...Tests/Unit/Configuration/BackendUserConfigurationTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataCompilerTest.php 1 addition, 0 deletions...3/sysext/backend/Tests/Unit/Form/FormDataCompilerTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseLanguageRowsTest.php 1 addition, 0 deletions...s/Unit/Form/FormDataProvider/DatabaseLanguageRowsTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseUserPermissionCheckTest.php 1 addition, 0 deletions...Form/FormDataProvider/DatabaseUserPermissionCheckTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaFlexProcessTest.php 1 addition, 0 deletions...d/Tests/Unit/Form/FormDataProvider/TcaFlexProcessTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaInlineTest.php 1 addition, 0 deletions...ackend/Tests/Unit/Form/FormDataProvider/TcaInlineTest.php
- typo3/sysext/backend/Tests/Unit/Security/EmailLoginNotificationTest.php 3 additions, 0 deletions...ackend/Tests/Unit/Security/EmailLoginNotificationTest.php
- typo3/sysext/backend/Tests/UnitDeprecated/Form/FormDataProvider/TcaFlexPrepareTest.php 0 additions, 3 deletions...itDeprecated/Form/FormDataProvider/TcaFlexPrepareTest.php
- typo3/sysext/core/Tests/Unit/Console/CommandRegistryTest.php 1 addition, 0 deletionstypo3/sysext/core/Tests/Unit/Console/CommandRegistryTest.php
- typo3/sysext/core/Tests/Unit/Database/Query/Expression/ExpressionBuilderTest.php 3 additions, 0 deletions.../Unit/Database/Query/Expression/ExpressionBuilderTest.php
- typo3/sysext/core/Tests/Unit/Database/Query/QueryBuilderTest.php 2 additions, 0 deletions...ysext/core/Tests/Unit/Database/Query/QueryBuilderTest.php
- typo3/sysext/core/Tests/Unit/Database/Schema/EventListener/SchemaColumnDefinitionListenerTest.php 8 additions, 7 deletions...hema/EventListener/SchemaColumnDefinitionListenerTest.php
- typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderRegistryTest.php 1 addition, 0 deletions.../Unit/DependencyInjection/ServiceProviderRegistryTest.php
- typo3/sysext/core/Tests/Unit/EventDispatcher/EventDispatcherTest.php 2 additions, 0 deletions...t/core/Tests/Unit/EventDispatcher/EventDispatcherTest.php
- typo3/sysext/core/Tests/Unit/EventDispatcher/ListenerProviderTest.php 3 additions, 2 deletions.../core/Tests/Unit/EventDispatcher/ListenerProviderTest.php
- typo3/sysext/core/Tests/Unit/Imaging/IconFactoryTest.php 1 addition, 0 deletionstypo3/sysext/core/Tests/Unit/Imaging/IconFactoryTest.php
- typo3/sysext/core/Tests/Unit/Imaging/IconRegistryTest.php 1 addition, 0 deletionstypo3/sysext/core/Tests/Unit/Imaging/IconRegistryTest.php
- typo3/sysext/core/Tests/Unit/Routing/Aspect/AspectFactoryTest.php 2 additions, 0 deletions...sext/core/Tests/Unit/Routing/Aspect/AspectFactoryTest.php
Please register or sign in to comment