Fix unit tests and misuse of global scope

This commit is contained in:
Kijin Sung 2016-01-16 14:05:51 +09:00
parent 19ec92fc68
commit 08e7f7e32a
5 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,4 @@
<?php
require_once( _XE_PATH_.'config/func.inc.php');
class FuncIncTest extends \Codeception\TestCase\Test
{