# billingo/2.0/lib/firebase/php-jwt/tests/bootstrap.php

Billingo Official for WooCommerce, version 2.0. 8 lines.

- Page: https://pluginprobe.com/plugins/billingo/2.0/code/lib/firebase/php-jwt/tests/bootstrap.php
- Raw: https://pluginprobe.com/plugins/billingo/2.0/raw/lib/firebase/php-jwt/tests/bootstrap.php
- Modified: 2017-10-09T07:11:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/billingo/2.0/code/lib/firebase/php-jwt/tests/bootstrap.php#L10-L20`.

```php
<?php

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

```
