stanley-king il y a 4 ans
Parent
commit
656711f4ca
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 4 0
      helper/fcgisrv/RAccServer.php
  2. 1 1
      test/TestAccRefill.php

+ 4 - 0
helper/fcgisrv/RAccServer.php

@@ -24,6 +24,10 @@ class RAccServer extends BaseServer
     public function __construct($subPath)
     {
         parent::__construct($subPath);
+
+        $exfiles = [];
+
+        $this->setExFiles($exfiles);
     }
 
     static private $stInstance = NULL;

+ 1 - 1
test/TestAccRefill.php

@@ -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
 {