[TASK] Avoid phpunit getMockForAbstractClass()
Deprecated with phpunit 11. Adapt to fixture classes to test details of abstracts. Resolves: #103228 Releases: main Change-Id: Ic0cd4541856beb45775d50d22b95be687888373a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83160 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/form/Tests/Unit/Domain/Finishers/AbstractFinisherTest.php 50 additions, 304 deletions...form/Tests/Unit/Domain/Finishers/AbstractFinisherTest.php
- typo3/sysext/form/Tests/Unit/Domain/Finishers/Fixtures/AbstractFinisherFixture.php 57 additions, 0 deletions...nit/Domain/Finishers/Fixtures/AbstractFinisherFixture.php
- typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractSectionTest.php 36 additions, 113 deletions...rm/Tests/Unit/Domain/FormElements/AbstractSectionTest.php
- typo3/sysext/form/Tests/Unit/Domain/FormElements/Fixtures/AbstractSectionFixture.php 1 addition, 16 deletions...t/Domain/FormElements/Fixtures/AbstractSectionFixture.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php 60 additions, 112 deletions...Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php
- typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/Fixtures/AbstractMenuContentObjectFixture.php 52 additions, 0 deletions...Object/Menu/Fixtures/AbstractMenuContentObjectFixture.php
- typo3/sysext/frontend/Tests/Unit/Typolink/AbstractTypolinkBuilderTest.php 24 additions, 95 deletions...ntend/Tests/Unit/Typolink/AbstractTypolinkBuilderTest.php
- typo3/sysext/frontend/Tests/Unit/Typolink/Fixtures/AbstractTypolinkBuilderFixture.php 40 additions, 0 deletions...Unit/Typolink/Fixtures/AbstractTypolinkBuilderFixture.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/AbstractCoreMatcherTest.php 16 additions, 16 deletions.../ExtensionScanner/Php/Matcher/AbstractCoreMatcherTest.php
- typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/AbstractCoreMatcherFixture.php 35 additions, 0 deletions...anner/Php/Matcher/Fixtures/AbstractCoreMatcherFixture.php
Please register or sign in to comment