Skip to content

Commit

Permalink
Updated PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 15, 2017
1 parent 01ae9e6 commit d5b19fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"consistence/coding-standard": "~0.13.0",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.13.0",
"phpunit/phpunit": "^5.3",
"phpunit/phpunit": "^6.2",
"satooshi/php-coveralls": "^1.0",
"slevomat/coding-standard": "^2.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use PHPStan\Reflection\ClassReflection;

class HtmlClassReflectionExtensionTest extends \PHPUnit_Framework_TestCase
class HtmlClassReflectionExtensionTest extends \PHPUnit\Framework\TestCase
{

/** @var \PHPStan\Reflection\Nette\HtmlClassReflectionExtension */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use PHPStan\Type\ObjectType;
use PHPStan\Type\TrueBooleanType;

final class FormContainerValuesDynamicReturnTypeExtensionTest extends \PHPUnit_Framework_TestCase
final class FormContainerValuesDynamicReturnTypeExtensionTest extends \PHPUnit\Framework\TestCase
{

/** @var \PHPStan\Type\Nette\FormContainerValuesDynamicReturnTypeExtension */
Expand Down

0 comments on commit d5b19fd

Please sign in to comment.