Login   Register  
PHP Classes
elePHPant
Icontem

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

Contents

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