‪TYPO3CMS  11.5
TYPO3\CMS\Install\Tests\Functional\ViewHelpers\Format\PhpErrorCodeViewHelperTest Class Reference
Inheritance diagram for TYPO3\CMS\Install\Tests\Functional\ViewHelpers\Format\PhpErrorCodeViewHelperTest:

Public Member Functions

array errorCodesDataProvider ()
 
 renderPhpCodesCorrectly (int $errorCode, string $expected)
 

Protected Attributes

bool $initializeDatabase = false
 

Detailed Description

Definition at line 24 of file PhpErrorCodeViewHelperTest.php.

Member Function Documentation

◆ errorCodesDataProvider()

array TYPO3\CMS\Install\Tests\Functional\ViewHelpers\Format\PhpErrorCodeViewHelperTest::errorCodesDataProvider ( )
Returns
‪array

Definition at line 33 of file PhpErrorCodeViewHelperTest.php.

◆ renderPhpCodesCorrectly()

TYPO3\CMS\Install\Tests\Functional\ViewHelpers\Format\PhpErrorCodeViewHelperTest::renderPhpCodesCorrectly ( int  $errorCode,
string  $expected 
)
Test:
‪@dataProvider errorCodesDataProvider

Definition at line 59 of file PhpErrorCodeViewHelperTest.php.

Member Data Documentation

◆ $initializeDatabase

bool TYPO3\CMS\Install\Tests\Functional\ViewHelpers\Format\PhpErrorCodeViewHelperTest::$initializeDatabase = false
protected

Speed up this test case, it needs no database

Definition at line 28 of file PhpErrorCodeViewHelperTest.php.