TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ContentDataProcessorTest Class Reference
Inheritance diagram for ContentDataProcessorTest:

Public Member Functions

 throwsExceptionIfProcessorClassDoesNotExist ()
 
 throwsExceptionIfProcessorClassDoesNotImplementInterface ()
 
 processorIsCalled ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $contentDataProcessor = null
 

Detailed Description

Testcase for TYPO3

Definition at line 24 of file ContentDataProcessorTest.php.

Member Function Documentation

processorIsCalled ( )
Test:

Definition at line 76 of file ContentDataProcessorTest.php.

setUp ( )
protected

Set up

Definition at line 34 of file ContentDataProcessorTest.php.

throwsExceptionIfProcessorClassDoesNotExist ( )
Test:
1427455378

Definition at line 44 of file ContentDataProcessorTest.php.

throwsExceptionIfProcessorClassDoesNotImplementInterface ( )
Test:
1427455377

Definition at line 61 of file ContentDataProcessorTest.php.

Member Data Documentation

$contentDataProcessor = null
protected

Definition at line 29 of file ContentDataProcessorTest.php.