PHP Classes

File: tests/misc/bootstrap.php

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox PHP CLI Arguments   tests/misc/bootstrap.php   Download  
File: tests/misc/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Redbox PHP CLI Arguments
Extract command line parameter values
Author: By
Last change:
Date: 2 years ago
Size: 380 bytes
 

Contents

Class file image Download
<?php
/**
 * Bootstrap.php
 *
 * PHP version 7.3 and up.
 *
 * @category Tests
 * @package Redbox_Cli
 * @author Johnny Mast <mastjohnny@gmail.com>
 * @license https://opensource.org/licenses/MIT MIT
 * @link https://github.com/johnnymast/redbox-cli
 * @since 1.0
 */

require_once __DIR__ . '/overwriteGetOpt.php';
require_once
__DIR__ . '/../../vendor/autoload.php';