Browse Source

Added web services into all test2

Arthur Portugal 15 years ago
parent
commit
466692455f
1 changed files with 4 additions and 0 deletions
  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');
+        
+        
+        
        
 
     }