CI codeception 자동설치 테스트 추가

This commit is contained in:
bnu 2015-05-28 14:15:00 +09:00
parent d1916d744f
commit 5cc8f55a64
7 changed files with 410 additions and 7 deletions

View file

@ -2,7 +2,7 @@
// This is global bootstrap for autoloading
if(!defined('__XE__')) define('__XE__', true);
if(!defined('_XE_PATH_')) define('_XE_PATH_', realpath(dirname(__FILE__).'/../').'/');
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_WARNING ^ E_STRICT);
require_once _XE_PATH_.'config/config.inc.php';
function _debug() {
$args = func_get_args();