‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Functional\TypoScript\Parser\TypoScriptParserTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\TypoScript\Parser\TypoScriptParserTest:

Public Member Functions

 hasFlakyReferences ()
 

Protected Attributes

bool $initializeDatabase = false
 

Detailed Description

Definition at line 23 of file TypoScriptParserTest.php.

Member Function Documentation

◆ hasFlakyReferences()

TYPO3\CMS\Core\Tests\Functional\TypoScript\Parser\TypoScriptParserTest::hasFlakyReferences ( )

This tests triggers an error if the serialize(unserialize())) call within TypoScriptParser is removed. See forge issue #76919

Test:

Definition at line 35 of file TypoScriptParserTest.php.

Member Data Documentation

◆ $initializeDatabase

bool TYPO3\CMS\Core\Tests\Functional\TypoScript\Parser\TypoScriptParserTest::$initializeDatabase = false
protected

Speed up this test case, it needs no database

Definition at line 27 of file TypoScriptParserTest.php.