Current path: home/webdevt/prestashop17/modules/psaddonsconnect/vendor/guzzlehttp/ringphp/tests/
?? Go up: /home/webdevt/prestashop17/modules/psaddonsconnect/vendor/guzzlehttp/ringphp
<?php
require __DIR__ . '/../vendor/autoload.php';
require __DIR__ . '/Client/Server.php';
use GuzzleHttp\Tests\Ring\Client\Server;
Server::start();
register_shutdown_function(function () {
Server::stop();
});