We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a8628 commit 36de104Copy full SHA for 36de104
composer.json
@@ -19,7 +19,7 @@
19
"symfony/console": "^2.3|^3.0|^4.0"
20
},
21
"require-dev":{
22
- "phpunit/phpunit": "^5.7|^6.5"
+ "phpunit/phpunit": "^5.7|^6.5|^7.5"
23
24
"autoload": {
25
"psr-4": {
tests/CommandTest.php
@@ -11,10 +11,11 @@
11
*/
12
13
use ClassPreloader\Console\PreCompileCommand;
14
+use PHPUnit\Framework\TestCase;
15
use Symfony\Component\Console\Input\ArrayInput;
16
use Symfony\Component\Console\Output\BufferedOutput;
17
-class CommandTest extends PHPUnit_Framework_TestCase
18
+class CommandTest extends TestCase
{
private $autoloadFunc;
0 commit comments