瀏覽代碼

Added web services into all test2

Arthur Portugal 15 年之前
父節點
當前提交
466692455f
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      tests/all.test2.php

+ 4 - 0
tests/all.test2.php

@@ -26,6 +26,10 @@ class AllTests2 extends TestSuite {
         //$this->addTestFile(dirname(__FILE__).'/main/exercice/hotpotatoes.lib.test.php');
         //$this->addTestFile(dirname(__FILE__).'/main/newscorm/scorm.lib.test.php');
         //$this->addTestFile(dirname(__FILE__).'/main/user/userInfoLib.test.php');
+        $this->addTestFile(dirname(__FILE__).'/main/webservices/user_import/import.lib.test.php');
+        
+        
+        
        
 
     }