mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-14 05:55:54 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
0e33bc7d99
commit
83676deddb
@@ -2,17 +2,12 @@
|
||||
|
||||
namespace Tests\Feature;
|
||||
|
||||
use function Clue\React\Block\await;
|
||||
use Clue\React\SQLite\DatabaseInterface;
|
||||
use GuzzleHttp\Psr7\Response;
|
||||
use Illuminate\Support\Str;
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
use React\EventLoop\Factory;
|
||||
use React\EventLoop\LoopInterface;
|
||||
use React\EventLoop\StreamSelectLoop;
|
||||
use React\Promise\PromiseInterface;
|
||||
use Symfony\Component\Console\Output\ConsoleOutput;
|
||||
use Symfony\Component\Console\Output\ConsoleOutputInterface;
|
||||
use function Clue\React\Block\await;
|
||||
|
||||
abstract class TestCase extends \Tests\TestCase
|
||||
{
|
||||
@@ -25,7 +20,7 @@ abstract class TestCase extends \Tests\TestCase
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->app->bind(ConsoleOutputInterface::class, function() {
|
||||
$this->app->bind(ConsoleOutputInterface::class, function () {
|
||||
return new ConsoleOutput();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user