File "bootstrap.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/guzzlehttp/ringphp/tests/bootstrap.php
File
size: 217 B (217 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?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();
});