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

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

    public function testApiHandleError_DoesNothing()
    {
        $server = $this->createServer();
        $conn = $this->getMock(NetworkConnectionInterface::class, [], [], '', false);
        $ex = new Exception();
        $server->handleError($conn, $ex);
    }