Skip to content

Commit d5b19fd

Browse files
committed
Updated PHPUnit
1 parent 01ae9e6 commit d5b19fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"consistence/coding-standard": "~0.13.0",
2222
"jakub-onderka/php-parallel-lint": "^0.9.2",
2323
"phing/phing": "^2.13.0",
24-
"phpunit/phpunit": "^5.3",
24+
"phpunit/phpunit": "^6.2",
2525
"satooshi/php-coveralls": "^1.0",
2626
"slevomat/coding-standard": "^2.0"
2727
},

tests/Reflection/Nette/HtmlClassReflectionExtensionTest.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 HtmlClassReflectionExtensionTest extends \PHPUnit_Framework_TestCase
7+
class HtmlClassReflectionExtensionTest extends \PHPUnit\Framework\TestCase
88
{
99

1010
/** @var \PHPStan\Reflection\Nette\HtmlClassReflectionExtension */

tests/Type/Nette/FormContainerValuesDynamicReturnTypeExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use PHPStan\Type\ObjectType;
1616
use PHPStan\Type\TrueBooleanType;
1717

18-
final class FormContainerValuesDynamicReturnTypeExtensionTest extends \PHPUnit_Framework_TestCase
18+
final class FormContainerValuesDynamicReturnTypeExtensionTest extends \PHPUnit\Framework\TestCase
1919
{
2020

2121
/** @var \PHPStan\Type\Nette\FormContainerValuesDynamicReturnTypeExtension */

0 commit comments

Comments
 (0)