files_antivirus/tests/avirserver.php

11 строки
195 B
PHP

<?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();