@@ -24,6 +24,10 @@ class RAccServer extends BaseServer
public function __construct($subPath)
{
parent::__construct($subPath);
+
+ $exfiles = [];
+ $this->setExFiles($exfiles);
}
static private $stInstance = NULL;
@@ -18,7 +18,7 @@ require_once(BASE_HELPER_PATH . '/mtopcard/mtopcard.php');
const LocalTest = 1;
const NetTest = 2;
-const CurrentTest = LocalTest;
+const CurrentTest = NetTest;
class TestAccRefill extends TestCase