class LegacyTrueValidatorLegacyApiTest in Plug 7
@since 2.5.3 @author Bernhard Schussek <bschussek@gmail.com> @group legacy
Hierarchy
- class \Symfony\Component\Validator\Tests\Constraints\AbstractConstraintValidatorTest extends \Symfony\Component\Validator\Tests\Constraints\PHPUnit_Framework_TestCase
- class \Symfony\Component\Validator\Tests\Constraints\IsTrueValidatorTest
- class \Symfony\Component\Validator\Tests\Constraints\LegacyTrueValidatorLegacyApiTest
- class \Symfony\Component\Validator\Tests\Constraints\IsTrueValidatorTest
Expanded class hierarchy of LegacyTrueValidatorLegacyApiTest
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Tests/ Constraints/ LegacyTrueValidatorLegacyApiTest.php, line 21
Namespace
Symfony\Component\Validator\Tests\ConstraintsView source
class LegacyTrueValidatorLegacyApiTest extends IsTrueValidatorTest {
protected function getApiVersion() {
return Validation::API_VERSION_2_5_BC;
}
}