Ignore:
Timestamp:
2013/01/05 17:42:42 (11 years ago)
Author:
shift_hiroko.tamagawa
Message:

#1977 #1978 単体テストのファイルにコピーライトを追記、定数が邪魔をしてテストできない箇所をいったんコメントアウト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/tests/class/helper/SC_Helper_Purchase/SC_Helper_Purchase_TestBase.php

    r22201 r22203  
    33$HOME = realpath(dirname(__FILE__)) . "/../../../.."; 
    44require_once($HOME . "/tests/class/Common_TestCase.php"); 
     5/* 
     6 * This file is part of EC-CUBE 
     7 * 
     8 * Copyright(c) 2000-2012 LOCKON CO.,LTD. All Rights Reserved. 
     9 * 
     10 * http://www.lockon.co.jp/ 
     11 * 
     12 * This program is free software; you can redistribute it and/or 
     13 * modify it under the terms of the GNU General Public License 
     14 * as published by the Free Software Foundation; either version 2 
     15 * of the License, or (at your option) any later version. 
     16 * 
     17 * This program is distributed in the hope that it will be useful, 
     18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     20 * GNU General Public License for more details. 
     21 * 
     22 * You should have received a copy of the GNU General Public License 
     23 * along with this program; if not, write to the Free Software 
     24 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     25 */ 
    526/** 
    6  * 
     27 * SC_Helper_Purchaseのテストの基底クラス. 
     28 * 
     29 * 
     30 * @author Hiroko Tamagawa 
     31 * @version $Id$ 
    732 */ 
    833class SC_Helper_Purchase_TestBase extends Common_TestCase { 
     
    125150          'product_class_id' => '1001', 
    126151          'product_id' => '1001', 
    127           'product_type_id' => '1001', 
     152          'product_type_id' => '1', 
    128153          'product_code' => 'code1001', 
    129154          'classcategory_id1' => '1001', 
     
    138163          'product_class_id' => '1002', 
    139164          'product_id' => '1002', 
    140           'product_type_id' => '1002', 
     165          'product_type_id' => '2', 
    141166          'price02' => '2500', 
    142167          'creator_id' => '1', 
Note: See TracChangeset for help on using the changeset viewer.