‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest:

Public Member Functions

 testClassSchemaDetectsInjectProperties ()
 
 testClassSchemaDetectsLazyProperties ()
 
 testClassSchemaDetectsCascadeProperty ()
 
 testClassSchemaDetectsCascadePropertyOnlyWithVarAnnotation ()
 
 testClassSchemaDetectsIgnoreValidationAnnotation ()
 
 classSchemaDetectsValidateAnnotationsModelProperties ()
 
 classSchemaDetectsValidateAnnotationsOfControllerActions ()
 
 classSchemaGenerationThrowsExceptionWithValidateAnnotationsForParamWithoutTypeHint ()
 
 classSchemaGenerationThrowsExceptionWithValidateAnnotationsForMissingParam ()
 

Protected Attributes

bool $resetSingletonInstances = true
 

Detailed Description

Test case

Definition at line 27 of file ClassSchemaTest.php.

Member Function Documentation

◆ classSchemaDetectsValidateAnnotationsModelProperties()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::classSchemaDetectsValidateAnnotationsModelProperties ( )
Test:

Definition at line 76 of file ClassSchemaTest.php.

◆ classSchemaDetectsValidateAnnotationsOfControllerActions()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::classSchemaDetectsValidateAnnotationsOfControllerActions ( )
Test:

Definition at line 123 of file ClassSchemaTest.php.

◆ classSchemaGenerationThrowsExceptionWithValidateAnnotationsForMissingParam()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::classSchemaGenerationThrowsExceptionWithValidateAnnotationsForMissingParam ( )
Test:

Definition at line 182 of file ClassSchemaTest.php.

◆ classSchemaGenerationThrowsExceptionWithValidateAnnotationsForParamWithoutTypeHint()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::classSchemaGenerationThrowsExceptionWithValidateAnnotationsForParamWithoutTypeHint ( )
Test:

Definition at line 170 of file ClassSchemaTest.php.

◆ testClassSchemaDetectsCascadeProperty()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::testClassSchemaDetectsCascadeProperty ( )

Definition at line 51 of file ClassSchemaTest.php.

◆ testClassSchemaDetectsCascadePropertyOnlyWithVarAnnotation()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::testClassSchemaDetectsCascadePropertyOnlyWithVarAnnotation ( )

Definition at line 59 of file ClassSchemaTest.php.

◆ testClassSchemaDetectsIgnoreValidationAnnotation()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::testClassSchemaDetectsIgnoreValidationAnnotation ( )

Definition at line 67 of file ClassSchemaTest.php.

◆ testClassSchemaDetectsInjectProperties()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::testClassSchemaDetectsInjectProperties ( )

Definition at line 33 of file ClassSchemaTest.php.

◆ testClassSchemaDetectsLazyProperties()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::testClassSchemaDetectsLazyProperties ( )

Definition at line 45 of file ClassSchemaTest.php.

Member Data Documentation

◆ $resetSingletonInstances

bool TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection\ClassSchemaTest::$resetSingletonInstances = true
protected

Reset singletons created by subject

Definition at line 31 of file ClassSchemaTest.php.