Skip to content

Commit

Permalink
Require PHPUnit 6
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Jan 9, 2018
1 parent 5569643 commit 9c5e1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"chadicus/coding-standard": "^1.3",
"php-coveralls/php-coveralls": "^1.0",
"php-di/php-di": "^5.4",
"phpunit/phpunit": "^5.7",
"phpunit/phpunit": "^6.0",
"zendframework/zend-diactoros": ">=1.3.2"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion tests/AuthorizationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @covers ::<private>
* @covers ::__construct
*/
final class AuthorizationTest extends \PHPUnit_Framework_TestCase
final class AuthorizationTest extends \PHPUnit\Framework\TestCase
{
/**
* Verify basic behavior of __invoke()
Expand Down

0 comments on commit 9c5e1a6

Please sign in to comment.