‪TYPO3CMS  9.5
TYPO3\CMS\Frontend\Tests\Unit\ContentObject\ContentDataProcessorTest Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Tests\Unit\ContentObject\ContentDataProcessorTest:

Public Member Functions

 throwsExceptionIfProcessorClassDoesNotExist ()
 
 throwsExceptionIfProcessorClassDoesNotImplementInterface ()
 
 processorIsCalled ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

ContentDataProcessor $contentDataProcessor
 

Detailed Description

Testcase for TYPO3\CMS\Frontend\ContentObject\ContentDataProcessor

Definition at line 26 of file ContentDataProcessorTest.php.

Member Function Documentation

◆ processorIsCalled()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\ContentDataProcessorTest::processorIsCalled ( )
Test:

Definition at line 77 of file ContentDataProcessorTest.php.

◆ setUp()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\ContentDataProcessorTest::setUp ( )
protected

Set up

Definition at line 35 of file ContentDataProcessorTest.php.

◆ throwsExceptionIfProcessorClassDoesNotExist()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\ContentDataProcessorTest::throwsExceptionIfProcessorClassDoesNotExist ( )
Test:

Definition at line 43 of file ContentDataProcessorTest.php.

◆ throwsExceptionIfProcessorClassDoesNotImplementInterface()

TYPO3\CMS\Frontend\Tests\Unit\ContentObject\ContentDataProcessorTest::throwsExceptionIfProcessorClassDoesNotImplementInterface ( )
Test:

Definition at line 60 of file ContentDataProcessorTest.php.

Member Data Documentation

◆ $contentDataProcessor

ContentDataProcessor TYPO3\CMS\Frontend\Tests\Unit\ContentObject\ContentDataProcessorTest::$contentDataProcessor
protected

Definition at line 30 of file ContentDataProcessorTest.php.