Skip to content

Commit c8d9e35

Browse files
adhocoreStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent fbafe9d commit c8d9e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Console/ClishCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Ahc\Cli\IO\Interactor;
1616
use Ahc\Cli\Test\CliTestCase;
1717
use Ahc\CliSyntax\Console\ClishCommand;
18-
use PHPUnit\Framework\TestCase;
1918

2019
require_once __DIR__ . '/../../vendor/adhocore/cli/tests/CliTestCase.php';
2120

@@ -32,7 +31,8 @@ public function setUp()
3231
parent::setUp();
3332
\touch(static::$in);
3433

35-
$this->app = (new Application('clish', 'test', function () {}))->add(new ClishCommand, 'c', true);
34+
$this->app = (new Application('clish', 'test', function () {
35+
}))->add(new ClishCommand, 'c', true);
3636
$this->app->io(new Interactor(static::$in, static::$ou));
3737
}
3838

0 commit comments

Comments
 (0)