File "bootstrap.php"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/jsonmapper/tests/bootstrap.php
File
size: 229 B (229 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace WPForms\Vendor;
if (\is_dir(__DIR__ . '/../src/')) {
\set_include_path(__DIR__ . '/../src/' . \PATH_SEPARATOR . \get_include_path());
}
require_once 'JsonMapper.php';
require_once 'JsonMapperException.php';