mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"cboden/ratchet": "^0.4.3",
|
"cboden/ratchet": "^0.4.3",
|
||||||
"clue/block-react": "^1.4",
|
"clue/block-react": "^1.4",
|
||||||
"clue/buzz-react": "^2.7",
|
"clue/buzz-react": "^2.9",
|
||||||
"clue/reactphp-sqlite": "dev-modular-worker-for-phar-support",
|
"clue/reactphp-sqlite": "dev-modular-worker-for-phar-support",
|
||||||
"guzzlehttp/guzzle": "^7.2",
|
"guzzlehttp/guzzle": "^7.2",
|
||||||
"guzzlehttp/psr7": "^1.7",
|
"guzzlehttp/psr7": "^1.7",
|
||||||
|
|||||||
@@ -149,6 +149,12 @@ class AdminTest extends TestCase
|
|||||||
'username' => 'secret',
|
'username' => 'secret',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
try {
|
||||||
|
$this->serverFactory->getSocket()->close();
|
||||||
|
} catch (\Throwable $e) {
|
||||||
|
//
|
||||||
|
}
|
||||||
|
|
||||||
$this->serverFactory = new Factory();
|
$this->serverFactory = new Factory();
|
||||||
|
|
||||||
$this->serverFactory->setLoop($this->loop)
|
$this->serverFactory->setLoop($this->loop)
|
||||||
|
|||||||
Reference in New Issue
Block a user