‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Controller\CommandControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Controller\CommandControllerTest:

Public Member Functions

 outputAppendsGivenStringToTheResponseContent ()
 
 outputReplacesArgumentsInGivenString ()
 
 quitThrowsStopActionException ()
 
 quitSetsResponseExitCode ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

TYPO3 CMS Extbase Mvc Controller CommandController PHPUnit_Framework_MockObject_MockObject TYPO3 TestingFramework Core AccessibleObjectInterface $commandController
 
 $mockConsoleOutput
 

Detailed Description

Test case

Definition at line 22 of file CommandControllerTest.php.

Member Function Documentation

◆ outputAppendsGivenStringToTheResponseContent()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Controller\CommandControllerTest::outputAppendsGivenStringToTheResponseContent ( )
Test:

Definition at line 43 of file CommandControllerTest.php.

◆ outputReplacesArgumentsInGivenString()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Controller\CommandControllerTest::outputReplacesArgumentsInGivenString ( )
Test:

Definition at line 52 of file CommandControllerTest.php.

◆ quitSetsResponseExitCode()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Controller\CommandControllerTest::quitSetsResponseExitCode ( )
Test:

Definition at line 73 of file CommandControllerTest.php.

◆ quitThrowsStopActionException()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Controller\CommandControllerTest::quitThrowsStopActionException ( )
Test:

Definition at line 61 of file CommandControllerTest.php.

◆ setUp()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Controller\CommandControllerTest::setUp ( )
protected

Definition at line 33 of file CommandControllerTest.php.

Member Data Documentation

◆ $commandController

TYPO3 CMS Extbase Mvc Controller CommandController PHPUnit_Framework_MockObject_MockObject TYPO3 TestingFramework Core AccessibleObjectInterface TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Controller\CommandControllerTest::$commandController
protected

Definition at line 26 of file CommandControllerTest.php.

◆ $mockConsoleOutput

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Controller\CommandControllerTest::$mockConsoleOutput
protected

\Symfony\Component\Console\Output\ConsoleOutput|\PHPUnit_Framework_MockObject_MockObject

Definition at line 31 of file CommandControllerTest.php.