These were introduced with the recent extbase configuration manager
hardening but are not needed, because there are no singletons
triggered via makeInstance in these tests.
Change-Id: Iae4d55acd8a02997dd8fc256231c39503a8cfc88
Resolves: #88693
Related: #87628
Releases: master
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61234
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Alexander Schnitzler <review.typo3.org@alexanderschnitzler.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Alexander Schnitzler <review.typo3.org@alexanderschnitzler.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
*/
class AbstractConfigurationManagerTest extends UnitTestCase
{
- protected $resetSingletonInstances = true;
-
/**
* @var AbstractConfigurationManager|\PHPUnit_Framework_MockObject_MockObject|AccessibleObjectInterface
*/
*/
class BackendConfigurationManagerTest extends UnitTestCase
{
- protected $resetSingletonInstances = true;
-
/**
* @var \TYPO3\CMS\Extbase\Configuration\BackendConfigurationManager|\PHPUnit_Framework_MockObject_MockObject|\TYPO3\TestingFramework\Core\AccessibleObjectInterface
*/
*/
class FrontendConfigurationManagerTest extends UnitTestCase
{
- protected $resetSingletonInstances = true;
-
/**
* @var ContentObjectRenderer|\PHPUnit_Framework_MockObject_MockObject
*/
*/
class DataMapperTest extends UnitTestCase
{
- protected $resetSingletonInstances = true;
-
/**
* This test does not actually test anything rather than map calls both mocked methods getTargetType and mapSingleRow
* while completely ignoring the result of the method.
*/
class QueryTest extends UnitTestCase
{
- protected $resetSingletonInstances = true;
-
/**
* @var \TYPO3\CMS\Extbase\Persistence\Generic\Query|\PHPUnit_Framework_MockObject_MockObject|\TYPO3\TestingFramework\Core\AccessibleObjectInterface
*/
class SessionTest extends UnitTestCase
{
- protected $resetSingletonInstances = true;
-
/**
* @test
*/