1
0
Fork 0
forked from lino/radar-wp
radar-wp-custom/vendor/events-radar/radar-api-php/tests/bootstrap.php

9 lines
161 B
PHP
Raw Permalink Normal View History

<?php
use Guzzle\Tests\GuzzleTestCase;
include __DIR__.'/../vendor/autoload.php';
$basePath = __DIR__ . '/data/';
GuzzleTestCase::setMockBasePath($basePath);