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

Public Member Functions

 throwsExceptionIfProcessorDoesNotExist ()
 
 throwsExceptionIfProcessorClassDoesNotImplementInterface ()
 
 processorClassIsCalled ()
 
 throwsExceptionIfProcessorServiceDoesNotImplementInterface ()
 
 processorServiceIsCalled ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

ContentDataProcessor $contentDataProcessor
 
ObjectProphecy $containerProphecy
 

Detailed Description

Testcase for TYPO3\CMS\Frontend\ContentObject\ContentDataProcessor

Definition at line 32 of file ContentDataProcessorTest.php.

Member Function Documentation

◆ processorClassIsCalled()

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

Definition at line 90 of file ContentDataProcessorTest.php.

◆ processorServiceIsCalled()

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

Definition at line 128 of file ContentDataProcessorTest.php.

◆ setUp()

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

Set up

Definition at line 43 of file ContentDataProcessorTest.php.

◆ throwsExceptionIfProcessorClassDoesNotImplementInterface()

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

Definition at line 73 of file ContentDataProcessorTest.php.

◆ throwsExceptionIfProcessorDoesNotExist()

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

Definition at line 56 of file ContentDataProcessorTest.php.

◆ throwsExceptionIfProcessorServiceDoesNotImplementInterface()

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

Definition at line 109 of file ContentDataProcessorTest.php.

Member Data Documentation

◆ $containerProphecy

ObjectProphecy TYPO3\CMS\Frontend\Tests\Unit\ContentObject\ContentDataProcessorTest::$containerProphecy
protected

Definition at line 38 of file ContentDataProcessorTest.php.

◆ $contentDataProcessor

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

Definition at line 35 of file ContentDataProcessorTest.php.