PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Ladislav Vondracek   Lawondyss PHP Config Class   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Lawondyss PHP Config Class
Base class for creating configuration objects
Author: By
Last change: Added new version for PHP >= 8.0
Date: 4 months ago
Size: 186 bytes
 

Contents

Class file image Download
<?php
/**
 * @author Ladislav Vondrá?ek <lad.von@gmail.com>
 */

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

Tester\Environment::setup();
Tester\Environment::setupFunctions();