PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Jose Luis Quintana   GImage PHP Canvas to Image   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: GImage PHP Canvas to Image
Create and compose canvas images from other images
Author: By
Last change: refactor: minor project docs updates
refactor: github actions for testing on php 7.4 and 8.0

it also:
- applies code formatting via `php-cs-fixer`
- removes some project files
- Removes Travis ci config
Date: 1 year ago
Size: 425 bytes
 

Contents

Class file image Download
<?php
/*
 * This file is part of GImage.
 *
 * (c) Jose Quintana <https://joseluisq.net>
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */

/**
 * PHPUnit Autoloader for GImage Library.
 *
 * @author Jose Quintana <https://joseluisq.net>
 */

namespace GImage\Test;

date_default_timezone_set('America/Lima');

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