mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
wip
This commit is contained in:
@@ -149,6 +149,12 @@ class AdminTest extends TestCase
|
||||
'username' => 'secret',
|
||||
];
|
||||
|
||||
try {
|
||||
$this->serverFactory->getSocket()->close();
|
||||
} catch (\Throwable $e) {
|
||||
//
|
||||
}
|
||||
|
||||
$this->serverFactory = new Factory();
|
||||
|
||||
$this->serverFactory->setLoop($this->loop)
|
||||
|
||||
Reference in New Issue
Block a user