exclude FrontEndFileHandlerTest.php

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9877 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2011-11-25 02:42:05 +00:00
parent b09862088a
commit 39fd65dc7e
4 changed files with 31 additions and 22 deletions

View file

@ -5,6 +5,7 @@ if(!defined('__XE__')) define('__XE__', true);
if(!defined('__ZBXE__')) define('__ZBXE__', true);
if(!defined('_XE_PATH_')) define('_XE_PATH_', realpath(dirname(__FILE__).'/../').'/');
$_SERVER['SCRIPT_NAME'] = '/xe/index.php';
error_reporting(E_ALL & ~E_NOTICE);
/**