Kraken\_Unit\Network\Null\NullServerTest::testApiHandleDisconnect_DoesNothing PHP Метод

testApiHandleDisconnect_DoesNothing() публичный Метод

    public function testApiHandleDisconnect_DoesNothing()
    {
        $server = $this->createServer();
        $conn = $this->getMock(NetworkConnectionInterface::class, [], [], '', false);
        $server->handleDisconnect($conn);
    }