mirror of
https://0xacab.org/radar/radar-wp.git
synced 2024-12-23 17:16:31 +01:00
8 lines
161 B
PHP
8 lines
161 B
PHP
<?php
|
|
|
|
use Guzzle\Tests\GuzzleTestCase;
|
|
|
|
include __DIR__.'/../vendor/autoload.php';
|
|
|
|
$basePath = __DIR__ . '/data/';
|
|
GuzzleTestCase::setMockBasePath($basePath);
|