Source for file runtests.php
Documentation is available at runtests.php
* Regression test for the {@link PHPonTrax} package
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @copyright (c) Walter O. Haas 2006
* @version $Id: runtests.php 192 2006-03-27 22:02:53Z haas $
* @author Walt Haas <haas@xmission.com>
// Control order of tests
// TraxError used by ActiveRecordError, ActionControllerError
'ActionControllerErrorTest.php',
'ActiveRecordErrorTest.php',
// Inflector is used by many classes
// Router is used by ActionController
'ActionControllerTest.php',
// ScaffoldController extends ActionController
'ScaffoldControllerTest.php',
// ApplicationController extends ActionController
'ApplicationControllerTest.php',
'ActiveRecordHelperTest.php',
'ApplicationMailerTest.php',
'AssetTagHelperTest.php',
'FormOptionsHelperTest.php',
'JavaScriptHelperTest.php',
foreach ($tests as $test) {
// -- set Emacs parameters --
// c-hanging-comment-ender-p: nil
|