source: branches/version-2_13-dev/tests/class/replace/SC_Utils_Ex.php @ 23500

Revision 23500, 407 bytes checked in by shutta, 12 years ago (diff)

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3
r23492 にて、テストがまわらなくなっているのを修正。

Line 
1<?php
2require_once(realpath(dirname(__FILE__)) . "/../../../data/class/util/SC_Utils.php");
3
4/**
5 * テスト用にexitしないSC_Utilsクラスです
6 */
7class SC_Utils_Ex extends SC_Utils
8{
9    public static function sfDispError($type) {
10        return false;
11    }
12
13    public static function sfDispSiteError($type, $objSiteSess = '', $return_top = false, $err_msg = '') {
14        return false;
15    }
16}
Note: See TracBrowser for help on using the repository browser.