PHP Classes

File: Tests/Bootstrap.php

Recommend this page to a friend!
  Classes of Bhaktaraz Bhatta   PHP RSS Generator   Tests/Bootstrap.php   Download  
File: Tests/Bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP RSS Generator
Generate a RSS feed with a fluent interface
Author: By
Last change:
Date: 7 years ago
Size: 257 bytes
 

Contents

Class file image Download
<?php

// For composer
require_once 'Vendor/autoload.php';

// Load test target classes
spl_autoload_register(function($c) { @include_once strtr($c, '\\_', '//').'.php'; });
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__DIR__).'/Source');