Changeset 155 for trunk/trax/test
- Timestamp:
- 02/28/06 12:49:52 (6 years ago)
- Location:
- trunk/trax/test
- Files:
-
- 1 added
- 4 modified
-
ActiveRecordTest.php (modified) (1 diff, 2 props)
-
InflectorTest.php (modified) (1 diff, 2 props)
-
InputFilterTest.php (added)
-
mockDB/DB.php (modified) (1 diff, 1 prop)
-
runtests.php (modified) (2 diffs, 2 props)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/test/ActiveRecordTest.php
- Property svn:executable set to *
- Property svn:keywords set to Id
r139 r155 2 2 <?php 3 3 /** 4 * Regression test for the {@link ActiveRecord}class4 * File for the ActiveRecordTest class 5 5 * 6 6 * (PHP 5) 7 7 * 8 * @package PHPonTrax 8 * @package PHPonTraxTest 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 10 10 * @copyright (c) Walter O. Haas 2006 -
trunk/trax/test/InflectorTest.php
- Property svn:executable set to *
- Property svn:keywords set to Id
r139 r155 6 6 * (PHP 5) 7 7 * 8 * @package PHPonTrax 8 * @package PHPonTraxTest 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 10 10 * @copyright (c) Walter O. Haas 2006 -
trunk/trax/test/mockDB/DB.php
- Property svn:keywords set to Id
r139 r155 11 11 * (PHP 5) 12 12 * 13 * @package PHPonTrax 13 * @package PHPonTraxTest 14 14 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 15 15 * @copyright (c) Walter O. Haas 2006 -
trunk/trax/test/runtests.php
- Property svn:executable set to *
- Property svn:keywords set to Id
r139 r155 6 6 * (PHP 5) 7 7 * 8 * @package PHPonTrax 8 * @package PHPonTraxTest 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 10 10 * @copyright (c) Walter O. Haas 2006 … … 16 16 // Control order of tests 17 17 $tests = array( 18 'InputFilterTest.php', 18 19 'InflectorTest.php', 19 20 'ActiveRecordTest.php',
