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/class/db/SC_DB_MasterData_Test.php

    r22567 r22796  
    3333 * @version $Id:SC_DB_MasterData_Test.php 15532 2007-08-31 14:39:46Z nanasess $ 
    3434 */ 
    35 class SC_DB_MasterData_Test extends PHPUnit_Framework_TestCase  
    36 { 
     35class SC_DB_MasterData_Test extends PHPUnit_Framework_TestCase { 
    3736 
    3837    // }}} 
     
    4241     * SC_DB_MasterData::getMasterData() のテストケース 
    4342     */ 
    44     function testGetMasterData() 
    45     { 
     43    function testGetMasterData() { 
    4644        $columns = array('id', 'name', 'rank'); 
    4745        $masterData = new SC_DB_MasterData_Ex(); 
     
    6361     * SC_DB_MasterData::updateMasterData() のテストケース 
    6462     */ 
    65     function testUpdateMasterData() 
    66     { 
     63    function testUpdateMasterData() { 
    6764 
    6865        $columns = array('id', 'name', 'rank'); 
     
    8986     * SC_DB_MasterData::createCache() のテストケース. 
    9087     */ 
    91     function testCreateCache() 
    92     { 
     88    function testCreateCache() { 
    9389        $masterData = new SC_DB_MasterData_Ex(); 
    9490        $masterData->clearCache('mtb_constants'); 
Note: See TracChangeset for help on using the changeset viewer.