mirror of
https://0xacab.org/radar/radar-wp.git
synced 2025-04-20 06:46:31 +02:00
Make sure radar depenency is in repo, and upgrade for Price Categories.
This commit is contained in:
parent
c83d681db3
commit
70825293ae
124 changed files with 29219 additions and 19 deletions
8
vendor/events-radar/radar-api-php/tests/bootstrap.php
vendored
Normal file
8
vendor/events-radar/radar-api-php/tests/bootstrap.php
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
use Guzzle\Tests\GuzzleTestCase;
|
||||
|
||||
include __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
$basePath = __DIR__ . '/data/';
|
||||
GuzzleTestCase::setMockBasePath($basePath);
|
Loading…
Add table
Add a link
Reference in a new issue