createPlainActionForm(); // アクションフォームの作成 $this->createViewClass(); // ビューの作成 } /** * テストの後始末 * * @access public */ function tearDown() { } /** * {$forward_name}遷移前処理のサンプルテストケース * * @access public */ /* function test_viewSample() { // フォームの設定 $this->af->set('id', 1); // {$forward_name}遷移前処理 $this->vc->preforward(); $this->assertNull($this->af->get('data')); } */ } ?>