diff --git a/tests/runtests.php b/tests/runtests.php index 01a740e..84421b8 100644 --- a/tests/runtests.php +++ b/tests/runtests.php @@ -5,9 +5,9 @@ require_once('test.php'); class UnitTests extends GroupTest { function UnitTests() { $this->GroupTest('Unit tests'); - $this->addTestFile('api/authentication.php'); - $this->addTestFile('api/document.php'); - $this->addTestFile('api/folder.php'); + //$this->addTestFile('api/authentication.php'); + //$this->addTestFile('api/document.php'); + //$this->addTestFile('api/folder.php'); $this->addTestFile('SQLFile/test_sqlfile.php'); $this->addTestFile('cache/testCache.php'); $this->addTestFile('config/testConfig.php');