Login   Register  
PHP Classes
elePHPant
Icontem

File: Testlaunchers/Files/DirectoryListing.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of MARY Matthieu  >  Files_DirectoryListing  >  Testlaunchers/Files/DirectoryListing.php  >  Download  
File: Testlaunchers/Files/DirectoryListing.php
Role: Unit test script
Content type: text/plain
Description: Launch unit test case Test_Files_DirectoryListing
Class: Files_DirectoryListing
Browse directories and their files
Author: By
Last change:
Date: 2007-06-24 03:27
Size: 497 bytes
 

Contents

Class file image Download
<?php
/**
 * $Id: test.dir.php 648 2006-10-07 18:08:20Z matthieu $
 */
if (!defined('__CLASS_PATH__')) {
    
define('__CLASS_PATH__'realpath(dirname(__FILE__) . '/../../'));
}
require_once 
__CLASS_PATH__ '/Autoload.php';
/**
 * launcher for the unit test case Test_Files_DirectoryListing
 * @author Matthieu MARY <matthieu@phplibrairies.com>
 * @package files
 * @package class_dir
 * @subpackage unit_test_case
 */
$test = new Test_Files_DirectoryListing();
$test->run(new TextReporter());
?>