?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/psaddonsconnect/vendor/guzzlehttp/guzzle/tests/



?? Go up: /home/webdevt/prestashop17/modules/psaddonsconnect/vendor/guzzlehttp/guzzle

?? Viewing: bootstrap.php

<?php
require __DIR__ . '/../vendor/autoload.php';
require __DIR__ . '/../vendor/guzzlehttp/ringphp/tests/Client/Server.php';

use GuzzleHttp\Tests\Server;

Server::start();

register_shutdown_function(function () {
    Server::stop();
});


??

??