‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Tests\Functional\Controller\ShortcutControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Functional\Controller\ShortcutControllerTest:

Public Member Functions

 addShortcutTest (array $parsedBody, string $expectedResponseBody, int $expectedResponseStatus)
 

Static Public Member Functions

static addShortcutTestDataProvide ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

ShortcutController $subject
 
ServerRequest $request
 

Detailed Description

Definition at line 33 of file ShortcutControllerTest.php.

Member Function Documentation

◆ addShortcutTest()

TYPO3\CMS\Backend\Tests\Functional\Controller\ShortcutControllerTest::addShortcutTest ( array  $parsedBody,
string  $expectedResponseBody,
int  $expectedResponseStatus 
)

◆ addShortcutTestDataProvide()

static TYPO3\CMS\Backend\Tests\Functional\Controller\ShortcutControllerTest::addShortcutTestDataProvide ( )
static

Definition at line 66 of file ShortcutControllerTest.php.

◆ setUp()

TYPO3\CMS\Backend\Tests\Functional\Controller\ShortcutControllerTest::setUp ( )
protected

Member Data Documentation

◆ $request

ServerRequest TYPO3\CMS\Backend\Tests\Functional\Controller\ShortcutControllerTest::$request
protected

◆ $subject

ShortcutController TYPO3\CMS\Backend\Tests\Functional\Controller\ShortcutControllerTest::$subject
protected

Definition at line 35 of file ShortcutControllerTest.php.