Ignore:
Timestamp:
2013/05/02 18:11:36 (13 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/test/createEcCubeCustomerData-v25.php

    r22567 r22796  
    8888 * EC-CUBE のテスト用会員データを生成する 
    8989 */ 
    90 class CreateEcCubeCustomerData  
    91 { 
     90class CreateEcCubeCustomerData { 
    9291 
    9392    /** SC_Query インスタンス */ 
     
    9796     * コンストラクタ. 
    9897     */ 
    99     function CreateEcCubeCustomerData() 
    100     { 
     98    function CreateEcCubeCustomerData() { 
    10199        $this->objQuery = new SC_Query(); 
    102100    } 
     
    107105     * @return void 
    108106     */ 
    109     function createCustomers() 
    110     { 
     107    function createCustomers() { 
    111108        lfPrintLog("createCustomers START.(" . CUSTOMERS_VOLUME . " data)"); 
    112109        for ($i = 0; $i < CUSTOMERS_VOLUME; $i++) { 
     
    162159 
    163160/** テスト用スクリプトのログ出力関数 */ 
    164 function lfPrintLog($mess) 
    165 { 
     161function lfPrintLog($mess) { 
    166162    $path = DATA_REALDIR . "logs/" .  basename(__FILE__, '.php') . ".log"; 
    167163    GC_Utils::gfPrintLog($mess, $path); 
Note: See TracChangeset for help on using the changeset viewer.