PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Till Wehowski   MIME Stub   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Example script
Content type: text/plain
Description: Example script
Class: MIME Stub
Generate PHP script that can self-execute the code
Author: By
Last change: Update of tests/bootstrap.php
Date: 1 year ago
Size: 338 bytes
 

Contents

Class file image Download
<?php

/** @var \Composer\Autoload\ClassLoader $loader */
$loader = @include(__DIR__ . '/../vendor/autoload.php');

if (!
$loader) {
    die(
"You must set up the project dependencies, run the following commands:
wget http://getcomposer.org/composer.phar
php composer.phar install
"
);
}

$loader->add('Riverline\MultiPartParser', __DIR__);