mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Issue 1025 adding phpunit.xml
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9815 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
518a8a2f59
commit
c9cd22517c
4 changed files with 19 additions and 6 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
define('__DEBUG__', 1);
|
||||
$xe_path = realpath(dirname(__FILE__).'/../../../');
|
||||
require "{$xe_path}/classes/xml/XmlParser.class.php";
|
||||
require "{$xe_path}/classes/handler/Handler.class.php";
|
||||
require "{$xe_path}/classes/file/FileHandler.class.php";
|
||||
require "{$xe_path}/classes/validator/Validator.class.php";
|
||||
require_once "{$xe_path}/classes/xml/XmlParser.class.php";
|
||||
require_once "{$xe_path}/classes/handler/Handler.class.php";
|
||||
require_once "{$xe_path}/classes/file/FileHandler.class.php";
|
||||
require_once "{$xe_path}/classes/validator/Validator.class.php";
|
||||
|
||||
error_reporting(E_ALL & ~E_NOTICE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue