mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
CI codeception 자동설치 테스트 추가
This commit is contained in:
parent
d1916d744f
commit
5cc8f55a64
7 changed files with 410 additions and 7 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue