Ignore:
Timestamp:
2010/07/20 13:25:33 (14 years ago)
Author:
kajiwara
Message:

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/class/db/SC_DB_DBFactory_Test.php

    r16582 r18758  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    2323 
    2424// {{{ requires 
    25 require_once($include_dir . "/../data/class/db_extends/SC_DB_DBFactory_Ex.php"); // FIXME 
    26 require_once("PHPUnit/TestCase.php"); 
     25require_once("../html/require.php"); 
     26require_once("../data/class_extends/db_extends/SC_DB_DBFactory_Ex.php"); 
     27require_once("PHPUnit/Framework.php"); 
    2728 
    2829/** 
     
    3334 * @version $Id:SC_DB_DBFactory_Test.php 15532 2007-08-31 14:39:46Z nanasess $ 
    3435 */ 
    35 class SC_DB_DBFactory_Test extends PHPUnit_TestCase { 
     36class SC_DB_DBFactory_Test extends PHPUnit_Framework_TestCase { 
    3637 
    3738    // }}} 
Note: See TracChangeset for help on using the changeset viewer.