Pārlūkot izejas kodu

Added web services into all test2

Arthur Portugal 15 gadi atpakaļ
vecāks
revīzija
466692455f
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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');
+        
+        
+        
        
 
     }