Login   Register  
PHP Classes
elePHPant
Icontem

File: Testlaunchers/Validator/Base.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  >  Security_Token  >  Testlaunchers/Validator/Base.php  >  Download  
File: Testlaunchers/Validator/Base.php
Role: Unit test script
Content type: text/plain
Description: launch unit test case Test_Validator_Base
Class: Security_Token
Generate tokens to protect against CSRF attacks
Author: By
Last change:
Date: 2007-08-26 03:15
Size: 470 bytes
 

Contents

Class file image Download
<?php
/**
 * $Id: test.validateCSS.php 312 2006-08-27 06:24:47Z matthieu $
 */
if (!defined('__CLASS_PATH__')) {
    
define('__CLASS_PATH__'realpath(dirname(__FILE__) . '/../../'));
}
require_once 
__CLASS_PATH__'/Autoload.php';
/**
 * launcher for unit test case Test_Validator_Base
 * @author Matthieu MARY <matthieu@phplibrairies.com>
 * @package validation
 * @subpackage unit_test_case
 */
 
$test = new Test_Validator_Base();
 
$test->run(new TextReporter());
?>