mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-17 15:35:58 +00:00
wip
This commit is contained in:
@@ -18,6 +18,8 @@ class AdminTest extends TestCase
|
|||||||
/** @var Factory */
|
/** @var Factory */
|
||||||
protected $serverFactory;
|
protected $serverFactory;
|
||||||
|
|
||||||
|
protected $port = 8090;
|
||||||
|
|
||||||
public function setUp(): void
|
public function setUp(): void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
@@ -142,7 +144,7 @@ class AdminTest extends TestCase
|
|||||||
|
|
||||||
protected function startServer()
|
protected function startServer()
|
||||||
{
|
{
|
||||||
$this->port = rand(8080, 9000);
|
$this->port++;
|
||||||
$this->app['config']['expose.admin.subdomain'] = 'expose';
|
$this->app['config']['expose.admin.subdomain'] = 'expose';
|
||||||
$this->app['config']['expose.admin.database'] = ':memory:';
|
$this->app['config']['expose.admin.database'] = ':memory:';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user