File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 "symfony/validator" : " 4.0.*"
1414 },
1515 "require-dev" : {
16- "codeclimate/php-test-reporter" : " ^0.3.2 " ,
17- "phpunit/phpunit" : " ^4.8 "
16+ "codeclimate/php-test-reporter" : " ^0.4.4 " ,
17+ "phpunit/phpunit" : " ^7.5 "
1818 },
1919 "suggest" : {
2020 "darkwebdesign/symfony-addon-pack" : " All Symfony add-ons bundled together"
Original file line number Diff line number Diff line change 2121namespace DarkWebDesign \SymfonyAddonConstraints \Tests ;
2222
2323use DarkWebDesign \SymfonyAddonConstraints \Collection ;
24+ use PHPUnit \Framework \TestCase ;
2425use Symfony \Component \Validator \Constraints as Assert ;
2526
26- class CollectionTest extends \PHPUnit_Framework_TestCase
27+ class CollectionTest extends TestCase
2728{
2829 public function testConstruct ()
2930 {
You can’t perform that action at this time.
0 commit comments