PHP Classes

File: Testlaunchers/Files/DirectoryListing.php

Recommend this page to a friend!
  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: 16 years ago
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());
?>