Skip to content

Commit 36de104

Browse files
PHPUnit tweaks
1 parent 15a8628 commit 36de104

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"symfony/console": "^2.3|^3.0|^4.0"
2020
},
2121
"require-dev":{
22-
"phpunit/phpunit": "^5.7|^6.5"
22+
"phpunit/phpunit": "^5.7|^6.5|^7.5"
2323
},
2424
"autoload": {
2525
"psr-4": {

tests/CommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
*/
1212

1313
use ClassPreloader\Console\PreCompileCommand;
14+
use PHPUnit\Framework\TestCase;
1415
use Symfony\Component\Console\Input\ArrayInput;
1516
use Symfony\Component\Console\Output\BufferedOutput;
1617

17-
class CommandTest extends PHPUnit_Framework_TestCase
18+
class CommandTest extends TestCase
1819
{
1920
private $autoloadFunc;
2021

0 commit comments

Comments
 (0)