Skip to content

Commit 39a0a48

Browse files
committed
Updated PHPUnit
1 parent ec32d7a commit 39a0a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"consistence/coding-standard": "~0.13.0",
1919
"jakub-onderka/php-parallel-lint": "^0.9.2",
2020
"phing/phing": "^2.13.0",
21-
"phpunit/phpunit": "^5.3",
21+
"phpunit/phpunit": "^6.4",
2222
"satooshi/php-coveralls": "^1.0",
2323
"slevomat/coding-standard": "^2.0"
2424
},

tests/Reflection/Dibi/DibiFluentClassReflectionExtensionTest.php

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

55
use PHPStan\Reflection\ClassReflection;
66

7-
class DibiFluentClassReflectionExtensionTest extends \PHPUnit_Framework_TestCase
7+
class DibiFluentClassReflectionExtensionTest extends \PHPUnit\Framework\TestCase
88
{
99

1010
/** @var \PHPStan\Reflection\Dibi\DibiFluentClassReflectionExtension */

0 commit comments

Comments
 (0)