PHP Class Neos\Fusion\Tests\Unit\Core\Cache\CacheSegmentParserTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$content
$contentWithUncachedSegments
$expectedEntries
$expectedEntriesWithUncachedSegments
$expectedOuterContent
$expectedOuterContentWithUncachedSegments
$expectedOutput
$expectedOutputWithUncachedSegments
$invalidContentWithExceedingEnd
$invalidContentWithMissingEnd
$invalidContentWithMissingSeparator

Public Methods

Method Description
extractReturnsOuterContentWithPlaceholders ( )
extractWithUncachedSegmentsReturnsOuterContentWithPlaceholders ( )
getCacheEntriesAfterExtractReturnsInnerContentWithPlaceholders ( )
getCacheSegmentsAfterExtractWithUncachedSegmentsReturnsContentWithPlaceholder ( )
getOutputAfterExtractReturnsOriginalTextWithoutAnnotations ( )
getOutputAfterExtractWithUncachedSegmentsReturnsOriginalTextWithoutAnnotations ( )
invalidContentWithExceedingEndThrowsException ( )
invalidContentWithMissingEndThrowsException ( )
invalidContentWithMissingSeparatorThrowsException ( )

Method Details

extractReturnsOuterContentWithPlaceholders() public method

extractWithUncachedSegmentsReturnsOuterContentWithPlaceholders() public method

getCacheEntriesAfterExtractReturnsInnerContentWithPlaceholders() public method

getCacheSegmentsAfterExtractWithUncachedSegmentsReturnsContentWithPlaceholder() public method

getOutputAfterExtractReturnsOriginalTextWithoutAnnotations() public method

getOutputAfterExtractWithUncachedSegmentsReturnsOriginalTextWithoutAnnotations() public method

invalidContentWithExceedingEndThrowsException() public method

invalidContentWithMissingEndThrowsException() public method

invalidContentWithMissingSeparatorThrowsException() public method

Property Details

$content protected property

protected $content

$contentWithUncachedSegments protected property

protected $contentWithUncachedSegments

$expectedEntries protected property

protected $expectedEntries

$expectedEntriesWithUncachedSegments protected property

protected $expectedEntriesWithUncachedSegments

$expectedOuterContent protected property

protected $expectedOuterContent

$expectedOuterContentWithUncachedSegments protected property

protected $expectedOuterContentWithUncachedSegments

$expectedOutput protected property

protected $expectedOutput

$expectedOutputWithUncachedSegments protected property

protected $expectedOutputWithUncachedSegments

$invalidContentWithExceedingEnd protected property

protected $invalidContentWithExceedingEnd

$invalidContentWithMissingEnd protected property

protected $invalidContentWithMissingEnd

$invalidContentWithMissingSeparator protected property

protected $invalidContentWithMissingSeparator