Skip to content

Commit 214997d

Browse files
ISSUE-168: Updated PHPUnit to 7.5
1 parent b46165c commit 214997d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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"

tests/CollectionTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
namespace DarkWebDesign\SymfonyAddonConstraints\Tests;
2222

2323
use DarkWebDesign\SymfonyAddonConstraints\Collection;
24+
use PHPUnit\Framework\TestCase;
2425
use 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
{

0 commit comments

Comments
 (0)