Your IP : 18.221.254.61


Current Path : /home/sudancam/.trash/shop.1/system/storage/vendor/guzzlehttp/ringphp/tests/
Upload File :
Current File : /home/sudancam/.trash/shop.1/system/storage/vendor/guzzlehttp/ringphp/tests/bootstrap.php

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