‪TYPO3CMS  11.5
TYPO3\CMS\Dashboard\Tests\Unit\WidgetGroupRegistryTest Class Reference
Inheritance diagram for TYPO3\CMS\Dashboard\Tests\Unit\WidgetGroupRegistryTest:

Public Member Functions

 setUp ()
 
 initiallyZeroWidgetGroupsAreRegistered ()
 
 getWidgetsMethodReturnsWidgetGroupObjects ()
 
 widgetGroupsGetRegistered ()
 
 alternativeRepositoryObjectReturnsSameResults ()
 

Protected Attributes

bool $resetSingletonInstances = true
 
WidgetGroupRegistry $subject
 

Detailed Description

Definition at line 25 of file WidgetGroupRegistryTest.php.

Member Function Documentation

◆ alternativeRepositoryObjectReturnsSameResults()

TYPO3\CMS\Dashboard\Tests\Unit\WidgetGroupRegistryTest::alternativeRepositoryObjectReturnsSameResults ( )
Test:

Definition at line 98 of file WidgetGroupRegistryTest.php.

◆ getWidgetsMethodReturnsWidgetGroupObjects()

TYPO3\CMS\Dashboard\Tests\Unit\WidgetGroupRegistryTest::getWidgetsMethodReturnsWidgetGroupObjects ( )
Test:

Definition at line 52 of file WidgetGroupRegistryTest.php.

◆ initiallyZeroWidgetGroupsAreRegistered()

TYPO3\CMS\Dashboard\Tests\Unit\WidgetGroupRegistryTest::initiallyZeroWidgetGroupsAreRegistered ( )
Test:

Definition at line 44 of file WidgetGroupRegistryTest.php.

◆ setUp()

TYPO3\CMS\Dashboard\Tests\Unit\WidgetGroupRegistryTest::setUp ( )

Definition at line 33 of file WidgetGroupRegistryTest.php.

◆ widgetGroupsGetRegistered()

TYPO3\CMS\Dashboard\Tests\Unit\WidgetGroupRegistryTest::widgetGroupsGetRegistered ( )
Test:

Definition at line 69 of file WidgetGroupRegistryTest.php.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Dashboard\Tests\Unit\WidgetGroupRegistryTest::$resetSingletonInstances = true
protected

Reset singletons created by subject

Definition at line 29 of file WidgetGroupRegistryTest.php.

◆ $subject

WidgetGroupRegistry TYPO3\CMS\Dashboard\Tests\Unit\WidgetGroupRegistryTest::$subject
protected

Definition at line 31 of file WidgetGroupRegistryTest.php.