Changeset 155 for trunk/trax/test

Show
Ignore:
Timestamp:
02/28/06 12:49:52 (6 years ago)
Author:
haas
Message:

more documentation

Location:
trunk/trax/test
Files:
1 added
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/test/ActiveRecordTest.php

    • Property svn:executable set to *
    • Property svn:keywords set to Id
    r139 r155  
    22<?php 
    33/** 
    4  *  Regression test for the {@link ActiveRecord} class 
     4 *  File for the ActiveRecordTest class 
    55 * 
    66 * (PHP 5) 
    77 * 
    8  * @package PHPonTrax 
     8 * @package PHPonTraxTest 
    99 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
    1010 * @copyright (c) Walter O. Haas 2006 
  • trunk/trax/test/InflectorTest.php

    • Property svn:executable set to *
    • Property svn:keywords set to Id
    r139 r155  
    66 * (PHP 5) 
    77 * 
    8  * @package PHPonTrax 
     8 * @package PHPonTraxTest 
    99 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
    1010 * @copyright (c) Walter O. Haas 2006 
  • trunk/trax/test/mockDB/DB.php

    • Property svn:keywords set to Id
    r139 r155  
    1111 * (PHP 5) 
    1212 * 
    13  * @package PHPonTrax 
     13 * @package PHPonTraxTest 
    1414 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
    1515 * @copyright (c) Walter O. Haas 2006 
  • trunk/trax/test/runtests.php

    • Property svn:executable set to *
    • Property svn:keywords set to Id
    r139 r155  
    66 * (PHP 5) 
    77 * 
    8  * @package PHPonTrax 
     8 * @package PHPonTraxTest 
    99 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
    1010 * @copyright (c) Walter O. Haas 2006 
     
    1616//  Control order of tests 
    1717$tests = array( 
     18               'InputFilterTest.php', 
    1819               'InflectorTest.php', 
    1920               'ActiveRecordTest.php',