PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Fernando Val   PHP Installment Payment Calculator   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Installment Payment Calculator
Calculate the amount of installments on loans
Author: By
Last change:
Date: 3 years ago
Size: 397 bytes
 

Contents

Class file image Download
<?php
/**
 * Initialization script for PHPUnit.
 *
 * @copyright 2020 Fernando Val
 * @author Fernando Val <fernando.val@gmail.com>
 * @license https://github.com/springy-framework/installment-calc/blob/main/LICENSE MIT
 *
 * @version 1.0.0
 */

// Registers the Composer autoload
require __DIR__ . '/../vendor/autoload.php';

// Sets the default timezone
date_default_timezone_set('UTC');