Ignore:
Timestamp:
2012/02/11 05:48:00 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/test/class/page/shopping/LC_Page_Shopping_LoadPaymentModule_Test.php

    r21186 r21481  
    9595        $order_id = 10000; 
    9696        $payment_id = 10000; 
    97         $module_path = "aaa"; 
     97        $module_path = 'aaa'; 
    9898        $this->setPayment($order_id, $payment_id, $module_path); 
    9999 
     
    115115                                                   'update_date' => 'CURRENT_TIMESTAMP')); 
    116116 
    117         $this->objQuery->insert("dtb_payment", array('payment_id' => $order_id, 
     117        $this->objQuery->insert('dtb_payment', array('payment_id' => $order_id, 
    118118                                                     'module_path' => $module_path, 
    119119                                                     'creator_id' => 1, 
Note: See TracChangeset for help on using the changeset viewer.