Source for file ScaffoldControllerTest.php
Documentation is available at ScaffoldControllerTest.php
* File for the ScaffoldControllerTest class
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @copyright (c) Walter O. Haas 2006
* @version $Id: ScaffoldControllerTest.php 192 2006-03-27 22:02:53Z haas $
* @author Walt Haas <haas@xmission.com>
echo "testing ScaffoldController\n";
require_once 'testenv.php';
// Call ScaffoldControllerTest::main() if this source file is executed directly.
if (!defined("PHPUnit2_MAIN_METHOD")) {
define("PHPUnit2_MAIN_METHOD", "ScaffoldControllerTest::main");
require_once "PHPUnit2/Framework/TestCase.php";
require_once "PHPUnit2/Framework/TestSuite.php";
// You may remove the following line when all tests have been implemented.
require_once "PHPUnit2/Framework/IncompleteTestError.php";
require_once "action_view/helpers.php";
require_once "action_view/helpers/form_helper.php";
require_once "action_view/helpers/form_options_helper.php";
* Test class for ScaffoldController.
* Generated by PHPUnit2_Util_Skeleton on 2006-03-01 at 13:17:32.
* Runs the test methods of this class.
public static function main() {
require_once "PHPUnit2/TextUI/TestRunner.php";
$suite = new PHPUnit2_Framework_TestSuite("ScaffoldControllerTest");
$result = PHPUnit2_TextUI_TestRunner::run($suite);
* Sets up the fixture, for example, open a network connection.
* This method is called before a test is executed.
protected function setUp() {
* Tears down the fixture, for example, close a network connection.
* This method is called after a test is executed.
* Empty test to prevent failure
* @todo Write test for the ScaffoldController class
// Call ScaffoldControllerTest::main() if this source file is executed directly.
// -- set Emacs parameters --
// c-hanging-comment-ender-p: nil
|