Login   Register  
PHP Classes
elePHPant
Icontem

File: Testlaunchers/Form/Checkbox.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  >  Html  >  Testlaunchers/Form/Checkbox.php  >  Download  
File: Testlaunchers/Form/Checkbox.php
Role: Unit test script
Content type: text/plain
Description: launcher for unit test case checkbox
Class: Html
Generate HTML pages using page element classes
Author: By
Last change:
Date: 2007-06-24 04:19
Size: 474 bytes
 

Contents

Class file image Download
<?php
/**
 * $Id: test.FormCheckbox.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_Checkbox
 * @author Matthieu MARY <matthieu@phplibrairies.com>
 * @package html
 * @subpackage unit_test_case
 */
$test = new Test_Form_Checkbox();
$test->run(new TextReporter());
?>