first commit
This commit is contained in:
11
modules/inpostshipping/vendor/guzzlehttp/ringphp/tests/bootstrap.php
vendored
Normal file
11
modules/inpostshipping/vendor/guzzlehttp/ringphp/tests/bootstrap.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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();
|
||||
});
|
||||
Reference in New Issue
Block a user