File "bootstrap.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/vendor/dhii/validation-interface/tests/bootstrap.php
File size: 220 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

(function (string $basePath) {
    $baseDir = dirname($basePath, 2);
    define('ROOT_DIR', $baseDir);

    /** @noinspection PhpIncludeInspection */
    require_once "$baseDir/vendor/autoload.php";
})(__FILE__);