PHP Classes

File: tests/unit/bootstrap.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Simple PHP Podcast Generator   tests/unit/bootstrap.php   Download  
File: tests/unit/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple PHP Podcast Generator
Generate podcast RSS from audio and video files
Author: By
Last change:
Date: 1 year ago
Size: 199 bytes
 

Contents

Class file image Download
<?php

define
('UNIT_TEST_ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR);
define('ROOT_URL', 'http://localhost');
define('PODCAST_NAME', 'Dummy Name');
define('PODCAST_DESCRIPTION', 'Dummy Description');