Welcome to mirror list, hosted at ThFree Co, Russian Federation.

avirserver.php « tests - github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ced7a7a60944d13e4b7f818b3a708b87bae6e06c (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace OCA\Files_Antivirus\Tests;

include __DIR__ . '/DummyClam.php';

set_time_limit(0);
$socketPath = 'tcp://0.0.0.0:5555';
$clam = new DummyClam($socketPath);
$clam->startServer();