‪TYPO3CMS  ‪main
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 26 of file WidgetGroupRegistryTest.php.

Member Function Documentation

◆ alternativeRepositoryObjectReturnsSameResults()

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

Definition at line 88 of file WidgetGroupRegistryTest.php.

◆ getWidgetsMethodReturnsWidgetGroupObjects()

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

◆ initiallyZeroWidgetGroupsAreRegistered()

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

Definition at line 40 of file WidgetGroupRegistryTest.php.

◆ setUp()

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

Definition at line 31 of file WidgetGroupRegistryTest.php.

◆ widgetGroupsGetRegistered()

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

Definition at line 61 of file WidgetGroupRegistryTest.php.

Member Data Documentation

◆ $resetSingletonInstances

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

Definition at line 28 of file WidgetGroupRegistryTest.php.

◆ $subject

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

Definition at line 29 of file WidgetGroupRegistryTest.php.