mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -27,12 +27,6 @@ class AdminTest extends TestCase
|
|||||||
'followRedirects' => false,
|
'followRedirects' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
try {
|
|
||||||
$this->serverFactory->getSocket()->close();
|
|
||||||
} catch (\Throwable $e) {
|
|
||||||
//
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->startServer();
|
$this->startServer();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -69,8 +63,6 @@ class AdminTest extends TestCase
|
|||||||
/** @test */
|
/** @test */
|
||||||
public function it_allows_saving_settings()
|
public function it_allows_saving_settings()
|
||||||
{
|
{
|
||||||
$this->serverFactory->getSocket()->close();
|
|
||||||
|
|
||||||
$this->app['config']['expose.admin.validate_auth_tokens'] = false;
|
$this->app['config']['expose.admin.validate_auth_tokens'] = false;
|
||||||
|
|
||||||
/** @var ResponseInterface $response */
|
/** @var ResponseInterface $response */
|
||||||
|
|||||||
Reference in New Issue
Block a user