File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212namespace FOS \UserBundle \Tests \Util ;
1313
1414use FOS \UserBundle \Services \EmailConfirmation \EmailEncryption ;
15+ use PHPUnit \Framework \TestCase ;
1516use Symfony \Component \Validator \ConstraintViolationList ;
1617use Symfony \Component \Validator \Validator \ValidatorInterface ;
1718
18- class EmailEncryptionTest extends \PHPUnit_Framework_TestCase
19+ class EmailEncryptionTest extends TestCase
1920{
2021 /** @var ValidatorInterface */
2122 private $ emailValidator ;
Original file line number Diff line number Diff line change 1616use FOS \UserBundle \Services \EmailConfirmation \EmailEncryption ;
1717use FOS \UserBundle \Services \EmailConfirmation \EmailUpdateConfirmation ;
1818use FOS \UserBundle \Util \TokenGenerator ;
19+ use PHPUnit \Framework \TestCase ;
1920use Symfony \Component \EventDispatcher \EventDispatcher ;
2021use Symfony \Component \ExpressionLanguage \ExpressionFunctionProviderInterface ;
2122use Symfony \Component \Routing \RouterInterface ;
2223use Symfony \Component \Validator \ConstraintViolationList ;
2324use Symfony \Component \Validator \Validator \ValidatorInterface ;
2425
25- class EmailUpdateConfirmationTest extends \PHPUnit_Framework_TestCase
26+ class EmailUpdateConfirmationTest extends TestCase
2627{
2728 /** @var ExpressionFunctionProviderInterface */
2829 private $ provider ;
Original file line number Diff line number Diff line change 3636 "symfony/console" : " ^2.8 || ^3.0 || ^4.0" ,
3737 "symfony/phpunit-bridge" : " ^2.8 || ^3.0 || ^4.0" ,
3838 "symfony/yaml" : " ^2.8 || ^3.0 || ^4.0" ,
39- "phpunit/phpunit" : " ^4.8.35|^5.4.3 "
39+ "phpunit/phpunit" : " ^4.8.35|^5.7.11|^6.5 "
4040 },
4141 "conflict" : {
4242 "doctrine/doctrine-bundle" : " <1.3" ,
You can’t perform that action at this time.
0 commit comments