Skip to content

Commit

Permalink
Removed old code form tests
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Dec 20, 2017
1 parent 5f9c92a commit 95bdf1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions tests/Validator/Constraints/BatchTimeAfterValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
use Core23\FormExtensionsBundle\Validator\Constraints\BatchTimeAfterValidator;
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;

if (!class_exists(ConstraintValidatorTestCase::class)) {
class_alias(
'Symfony\Component\Validator\Tests\Constraints\AbstractConstraintValidatorTest',
'Symfony\Component\Validator\Test\ConstraintValidatorTestCase'
);
}

class BatchTimeAfterValidatorTest extends ConstraintValidatorTestCase
{
/**
Expand Down
7 changes: 0 additions & 7 deletions tests/Validator/Constraints/DateAfterValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
use Core23\FormExtensionsBundle\Validator\Constraints\DateAfterValidator;
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;

if (!class_exists(ConstraintValidatorTestCase::class)) {
class_alias(
'Symfony\Component\Validator\Tests\Constraints\AbstractConstraintValidatorTest',
'Symfony\Component\Validator\Test\ConstraintValidatorTestCase'
);
}

class DateAfterValidatorTest extends ConstraintValidatorTestCase
{
/**
Expand Down

0 comments on commit 95bdf1e

Please sign in to comment.