File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Symfony/Component/Validator/Tests/Constraints Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \HttpFoundation \File \File ;
15
15
16
- class FileValidatorObjectTest extends FileValidatorTest
16
+ class FileValidatorObjectTest extends FileValidatorTestCase
17
17
{
18
18
protected function getFile ($ filename )
19
19
{
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \Validator \Constraints \File ;
15
15
16
- class FileValidatorPathTest extends FileValidatorTest
16
+ class FileValidatorPathTest extends FileValidatorTestCase
17
17
{
18
18
protected function getFile ($ filename )
19
19
{
Original file line number Diff line number Diff line change 18
18
use Symfony \Component \Validator \Exception \UnexpectedValueException ;
19
19
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
20
20
21
- abstract class FileValidatorTest extends ConstraintValidatorTestCase
21
+ abstract class FileValidatorTestCase extends ConstraintValidatorTestCase
22
22
{
23
23
protected $ path ;
24
24
You can’t perform that action at this time.
0 commit comments