PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Eric Sizemore   mimey PHP MIME Type Conversion   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mimey PHP MIME Type Conversion
Convert between file extensions and MIME types
Author: By
Last change: more work towards 2.0.0
Minor nitpicking changes
Date: 1 month ago
Size: 600 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

/**
 * This file is part of Esi\Mimey.
 *
 * (c) Eric Sizemore <admin@secondversion.com>
 * (c) Ricardo Boss <contact@ricardoboss.de>
 * (c) Ralph Khattar <ralph.khattar@gmail.com>
 *
 * This source file is subject to the MIT license. For the full copyright,
 * license information, and credits/acknowledgements, please view the LICENSE
 * and README files that were distributed with this source code.
 */
error_reporting(\E_ALL);

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

// Generate the mapping file.
require dirname(__DIR__) . '/bin/generate.php';