‪TYPO3CMS  11.5
TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator\StringValidatorTest Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator\StringValidatorTest:

Public Member Functions

 stringValidatorShouldValidateString ()
 
 stringValidatorShouldReturnErrorIfNumberIsGiven ()
 
 stringValidatorShouldReturnErrorIfObjectWithToStringMethodStringIsGiven ()
 

Detailed Description

Testcase for the string length validator

Definition at line 26 of file StringValidatorTest.php.

Member Function Documentation

◆ stringValidatorShouldReturnErrorIfNumberIsGiven()

TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator\StringValidatorTest::stringValidatorShouldReturnErrorIfNumberIsGiven ( )
Test:

Definition at line 39 of file StringValidatorTest.php.

References $validator.

◆ stringValidatorShouldReturnErrorIfObjectWithToStringMethodStringIsGiven()

TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator\StringValidatorTest::stringValidatorShouldReturnErrorIfObjectWithToStringMethodStringIsGiven ( )
Test:

Definition at line 51 of file StringValidatorTest.php.

References $validator.

◆ stringValidatorShouldValidateString()

TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator\StringValidatorTest::stringValidatorShouldValidateString ( )
Test:

Definition at line 31 of file StringValidatorTest.php.