mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -15,6 +15,7 @@ use Psr\Http\Message\ResponseInterface;
|
||||
use React\EventLoop\LoopInterface;
|
||||
use Symfony\Component\Console\Output\ConsoleOutput;
|
||||
use Symfony\Component\Console\Output\ConsoleOutputInterface;
|
||||
use Tests\Feature\TestCase;
|
||||
use function GuzzleHttp\Psr7\str;
|
||||
|
||||
class DashboardTest extends TestCase
|
||||
|
||||
8
tests/Feature/Server/AdminTest.php
Normal file
8
tests/Feature/Server/AdminTest.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Feature\Server;
|
||||
|
||||
class AdminTest
|
||||
{
|
||||
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Feature\Client;
|
||||
namespace Tests\Feature;
|
||||
|
||||
use React\EventLoop\Factory;
|
||||
use React\EventLoop\LoopInterface;
|
||||
@@ -12,7 +12,7 @@ use function Clue\React\Block\await;
|
||||
|
||||
abstract class TestCase extends \Tests\TestCase
|
||||
{
|
||||
const AWAIT_TIMEOUT = 1.0;
|
||||
const AWAIT_TIMEOUT = 5.0;
|
||||
|
||||
/** @var LoopInterface */
|
||||
protected $loop;
|
||||
Reference in New Issue
Block a user