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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/tests/class/util/SC_Utils/SC_Utils_sfIsZeroFillingTest.php

    r22128 r22202  
    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 */ 
     26 
    527/** 
     28 * SC_Helper_Purchase::sfIsZeroFilling()のテストクラス. 
    629 * 
     30 * 
     31 * @author Hiroko Tamagawa 
     32 * @version $Id$ 
    733 */ 
    834class SC_Utils_sfIsZeroFillingTest extends Common_TestCase { 
Note: See TracChangeset for help on using the changeset viewer.