‪TYPO3CMS  11.5
TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest:

Public Member Functions

 theConstructorSetsTheMessageMessageCorrectly ()
 
 theConstructorSetsTheMessageCodeCorrectly ()
 
 theConstructorSetsTheMessageArgumentsCorrectly ()
 
 theConstructorSetsTheMessageTitleCorrectly ()
 
 renderRendersCorrectlyWithoutArguments ()
 
 renderRendersCorrectlyWithArguments ()
 
 toStringCallsRender ()
 

Detailed Description

Test case

Definition at line 26 of file MessageTest.php.

Member Function Documentation

◆ renderRendersCorrectlyWithArguments()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::renderRendersCorrectlyWithArguments ( )
Test:

Definition at line 80 of file MessageTest.php.

◆ renderRendersCorrectlyWithoutArguments()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::renderRendersCorrectlyWithoutArguments ( )
Test:

Definition at line 71 of file MessageTest.php.

◆ theConstructorSetsTheMessageArgumentsCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::theConstructorSetsTheMessageArgumentsCorrectly ( )
Test:

Definition at line 51 of file MessageTest.php.

◆ theConstructorSetsTheMessageCodeCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::theConstructorSetsTheMessageCodeCorrectly ( )
Test:

Definition at line 41 of file MessageTest.php.

◆ theConstructorSetsTheMessageMessageCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::theConstructorSetsTheMessageMessageCorrectly ( )
Test:

Definition at line 31 of file MessageTest.php.

◆ theConstructorSetsTheMessageTitleCorrectly()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::theConstructorSetsTheMessageTitleCorrectly ( )
Test:

Definition at line 61 of file MessageTest.php.

◆ toStringCallsRender()

TYPO3\CMS\Extbase\Tests\Unit\Error\MessageTest::toStringCallsRender ( )
Test:

Definition at line 89 of file MessageTest.php.