PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Eric Sizemore   Utility   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Utility
Collection of various PHP utility functions
Author: By
Last change: fix header docblock mistake, accidentally had another of my project's name

also adds Esi\Clock dependency for Dates utility class.
Date: 1 month ago
Size: 354 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

/**
 * This file is part of Esi\Utility.
 *
 * (c) 2017 - 2024 Eric Sizemore <admin@secondversion.com>
 *
 * For the full copyright and license information, please view
 * the LICENSE.md file that was distributed with this source code.
 */
error_reporting(E_ALL);

require_once
dirname(__DIR__) . '/vendor/autoload.php';