Skip to content

Commit da37495

Browse files
committed
-
1 parent f393560 commit da37495

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Symfony\Component\HttpFoundation\File\File;
1515

16-
class FileValidatorObjectTest extends FileValidatorTest
16+
class FileValidatorObjectTest extends FileValidatorTestCase
1717
{
1818
protected function getFile($filename)
1919
{

src/Symfony/Component/Validator/Tests/Constraints/FileValidatorPathTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Symfony\Component\Validator\Constraints\File;
1515

16-
class FileValidatorPathTest extends FileValidatorTest
16+
class FileValidatorPathTest extends FileValidatorTestCase
1717
{
1818
protected function getFile($filename)
1919
{

src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTest.php renamed to src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Symfony\Component\Validator\Exception\UnexpectedValueException;
1919
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
2020

21-
abstract class FileValidatorTest extends ConstraintValidatorTestCase
21+
abstract class FileValidatorTestCase extends ConstraintValidatorTestCase
2222
{
2323
protected $path;
2424

0 commit comments

Comments
 (0)