‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Tests\Functional\Backend\Shortcut\ShortcutRepositoryTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Backend\Shortcut\ShortcutRepositoryTest:

Public Member Functions

 shortcutExistsTest (string $routeIdentifier, array $arguments, int $userid, bool $exists)
 
 addShortcutTest ()
 
 getShortcutsToAdd ()
 
 getShortcutsByGroupTest ()
 

Static Public Member Functions

static shortcutExistsTestDataProvider ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

ShortcutRepository $subject
 

Detailed Description

Definition at line 33 of file ShortcutRepositoryTest.php.

Member Function Documentation

◆ addShortcutTest()

TYPO3\CMS\Backend\Tests\Functional\Backend\Shortcut\ShortcutRepositoryTest::addShortcutTest ( )

◆ getShortcutsByGroupTest()

TYPO3\CMS\Backend\Tests\Functional\Backend\Shortcut\ShortcutRepositoryTest::getShortcutsByGroupTest ( )

This effectively also tests ShortcutRepository::initShortcuts()

Definition at line 133 of file ShortcutRepositoryTest.php.

◆ getShortcutsToAdd()

TYPO3\CMS\Backend\Tests\Functional\Backend\Shortcut\ShortcutRepositoryTest::getShortcutsToAdd ( )

◆ setUp()

TYPO3\CMS\Backend\Tests\Functional\Backend\Shortcut\ShortcutRepositoryTest::setUp ( )
protected

Definition at line 37 of file ShortcutRepositoryTest.php.

References $GLOBALS.

◆ shortcutExistsTest()

TYPO3\CMS\Backend\Tests\Functional\Backend\Shortcut\ShortcutRepositoryTest::shortcutExistsTest ( string  $routeIdentifier,
array  $arguments,
int  $userid,
bool  $exists 
)

Definition at line 60 of file ShortcutRepositoryTest.php.

References $GLOBALS.

◆ shortcutExistsTestDataProvider()

static TYPO3\CMS\Backend\Tests\Functional\Backend\Shortcut\ShortcutRepositoryTest::shortcutExistsTestDataProvider ( )
static

Definition at line 66 of file ShortcutRepositoryTest.php.

Member Data Documentation

◆ $subject

ShortcutRepository TYPO3\CMS\Backend\Tests\Functional\Backend\Shortcut\ShortcutRepositoryTest::$subject
protected

Definition at line 35 of file ShortcutRepositoryTest.php.