summaryrefslogtreecommitdiff
path: root/vendor/firebase/php-jwt/tests/bootstrap.php
blob: 326c21667578b8589a1c67466f68b35e6d11eefa (plain)
1
2
3
4
5
6
7
<?php

if (file_exists($file = __DIR__ . '/autoload.php')) {
    require_once $file;
} elseif (file_exists($file = __DIR__ . '/autoload.php.dist')) {
    require_once $file;
}