PHP Classes

File: Testlaunchers/Form/Password.php

Recommend this page to a friend!
  Classes of MARY Matthieu   Html   Testlaunchers/Form/Password.php   Download  
File: Testlaunchers/Form/Password.php
Role: Unit test script
Content type: text/plain
Description: launcher for unit test case password
Class: Html
Generate HTML pages using page element classes
Author: By
Last change:
Date: 16 years ago
Size: 474 bytes
 

Contents

Class file image Download
<?php
/**
 * $Id: test.FormPassword.php 562 2006-09-28 16:38:53Z matthieu $
 */
if (!defined('__CLASS_PATH__')) {
   
define('__CLASS_PATH__', realpath(dirname(__FILE__) . '/../../'));
}
require_once
__CLASS_PATH__ . '/Autoload.php';
/**
 * launcher for unit test case Test_Form_Password
 * @author Matthieu MARY <matthieu@phplibrairies.com>
 * @package html
 * @subpackage unit_test_case
 */
$test = new Test_Form_Password();
$test->run(new TextReporter());
?>