]> source.dussan.org Git - nextcloud-server.git/commitdiff
Apply DB group annotation ...
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 3 Nov 2015 00:52:41 +0000 (01:52 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 Nov 2015 09:55:05 +0000 (10:55 +0100)
76 files changed:
apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php
apps/dav/tests/unit/connector/sabre/file.php
apps/files/tests/service/tagservice.php
apps/files_sharing/tests/activity.php
apps/files_sharing/tests/api.php
apps/files_sharing/tests/api/shareestest.php
apps/files_sharing/tests/backend.php
apps/files_sharing/tests/cache.php
apps/files_sharing/tests/capabilities.php
apps/files_sharing/tests/deleteorphanedsharesjobtest.php
apps/files_sharing/tests/etagpropagation.php
apps/files_sharing/tests/expiresharesjobtest.php
apps/files_sharing/tests/external/cache.php
apps/files_sharing/tests/external/managertest.php
apps/files_sharing/tests/helper.php
apps/files_sharing/tests/locking.php
apps/files_sharing/tests/migrationtest.php
apps/files_sharing/tests/permissions.php
apps/files_sharing/tests/server2server.php
apps/files_sharing/tests/share.php
apps/files_sharing/tests/sharedmount.php
apps/files_sharing/tests/sharedstorage.php
apps/files_sharing/tests/sizepropagation.php
apps/files_sharing/tests/testcase.php
apps/files_sharing/tests/unsharechildren.php
apps/files_sharing/tests/updater.php
apps/files_sharing/tests/watcher.php
tests/lib/allconfig.php
tests/lib/app.php
tests/lib/appconfig.php
tests/lib/appframework/AppTest.php
tests/lib/avatar.php
tests/lib/backgroundjob/joblist.php
tests/lib/cache/file.php
tests/lib/db.php
tests/lib/db/connection.php
tests/lib/db/mdb2schemamanager.php
tests/lib/db/migrator.php
tests/lib/db/mysqlmigration.php
tests/lib/db/querybuilder/expressionbuildertest.php
tests/lib/db/querybuilder/querybuildertest.php
tests/lib/db/sqlitemigration.php
tests/lib/dbschema.php
tests/lib/files/cache/cache.php
tests/lib/files/cache/changepropagator.php
tests/lib/files/cache/homecache.php
tests/lib/files/cache/scanner.php
tests/lib/files/cache/updater.php
tests/lib/files/cache/updaterlegacy.php
tests/lib/files/cache/watcher.php
tests/lib/files/etagtest.php
tests/lib/files/filesystem.php
tests/lib/files/node/integration.php
tests/lib/files/objectstore/swift.php
tests/lib/files/utils/scanner.php
tests/lib/files/view.php
tests/lib/group/backend.php
tests/lib/group/database.php
tests/lib/group/dummy.php
tests/lib/lock/dblockingprovider.php
tests/lib/repair/cleantags.php
tests/lib/repair/dropoldjobs.php
tests/lib/repair/dropoldtables.php
tests/lib/repair/oldgroupmembershipsharestest.php
tests/lib/repair/removegetetagentriestest.php
tests/lib/repair/repaircollation.php
tests/lib/repair/repairinnodb.php
tests/lib/repair/repairinvalidsharestest.php
tests/lib/repair/repairlegacystorage.php
tests/lib/repair/repairmimetypes.php
tests/lib/repair/repairsqliteautoincrement.php
tests/lib/security/certificatemanager.php
tests/lib/share/hooktests.php
tests/lib/share/share.php
tests/lib/tags.php
tests/lib/user/database.php

index e1bcc996908b39177d34abde8d8991a79d5bab76..1a973a28ed42dc66bf2a24b8a3deb7882bb75de5 100644 (file)
@@ -8,6 +8,14 @@ namespace OCA\DAV\Tests\Unit\Connector\Sabre;
  * later.
  * See the COPYING-README file.
  */
+
+/**
+ * Class CustomPropertiesBackend
+ *
+ * @group DB
+ *
+ * @package Tests\Connector\Sabre
+ */
 class CustomPropertiesBackend extends \Test\TestCase {
 
        /**
index 0a52299cec7ebd51f199bab378db2f06e33776bf..2a6cf46ef1627b0018ffa71a3315461571c76bfd 100644 (file)
@@ -14,6 +14,13 @@ use Test\HookHelper;
 use OC\Files\Filesystem;
 use OCP\Lock\ILockingProvider;
 
+/**
+ * Class File
+ *
+ * @group DB
+ *
+ * @package Test\Connector\Sabre
+ */
 class File extends \Test\TestCase {
 
        /**
index 147e698aaaa2d2c9b983e8972fc9c2019a9ef2ae..36da3edc61e7c1a3524c3eb188246db35dd1a369 100644 (file)
@@ -22,6 +22,13 @@ namespace OCA\Files;
 
 use \OCA\Files\Service\TagService;
 
+/**
+ * Class TagServiceTest
+ *
+ * @group DB
+ *
+ * @package OCA\Files
+ */
 class TagServiceTest extends \Test\TestCase {
 
        /**
index f7f324cdfc30129684fb1ddd2c5f5f4292c29828..fa626749957c8690ca90c1ee9aeb69e4b5eb7497 100644 (file)
  */
 
 namespace OCA\Files_sharing\Tests;
-use OCA\Files_sharing\Tests\TestCase;
 
-
-class Activity extends \OCA\Files_Sharing\Tests\TestCase{
+/**
+ * Class Activity
+ *
+ * @group DB
+ *
+ * @package OCA\Files_sharing\Tests
+ */
+class Activity extends \OCA\Files_Sharing\Tests\TestCase {
 
        /**
         * @var \OCA\Files_Sharing\Activity
index 760bc0591e5672cee43ff1dbbae206ba0b7546c6..36ae33983931fabcf3d6d6212ff7b91a4e49794c 100644 (file)
@@ -31,6 +31,8 @@ use OCA\Files_sharing\Tests\TestCase;
 
 /**
  * Class Test_Files_Sharing_Api
+ *
+ * @group DB
  */
 class Test_Files_Sharing_Api extends TestCase {
 
index 8a35350aeb568f7d01c672f40f28098d20fae9b4..7db6580813f7a1e1cf2355672c0f2f8fca69cdbe 100644 (file)
@@ -27,6 +27,13 @@ use OCA\Files_sharing\Tests\TestCase;
 use OCP\AppFramework\Http;
 use OCP\Share;
 
+/**
+ * Class ShareesTest
+ *
+ * @group DB
+ *
+ * @package OCA\Files_Sharing\Tests\API
+ */
 class ShareesTest extends TestCase {
        /** @var Sharees */
        protected $sharees;
index 1332342c44bc5ffb028a8e32333157e6a9fa144d..57cdfc45115e0e9a9ba1946927c868e06991a44e 100644 (file)
@@ -27,6 +27,8 @@ use OCA\Files_sharing\Tests\TestCase;
 
 /**
  * Class Test_Files_Sharing
+ *
+ * @group DB
  */
 class Test_Files_Sharing_Backend extends TestCase {
 
index 7e7e5ee26d5c5776d9504c96fcfe90aeceaf3176..df7f4fd19a3ddfa042455ba6af85f7bfc76f6a0c 100644 (file)
@@ -47,6 +47,12 @@ use OCA\Files_sharing\Tests\TestCase;
  * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
  *
  */
+
+/**
+ * Class Test_Files_Sharing_Cache
+ *
+ * @group DB
+ */
 class Test_Files_Sharing_Cache extends TestCase {
 
        /**
index 8bebde9f2d151c5b6aaca710332e9e58e0e0a0a9..6fb76f10c2443c2f331d35237c08bc140ab44dd1 100644 (file)
@@ -26,6 +26,8 @@ use OCA\Files_Sharing\Tests\TestCase;
 
 /**
  * Class FilesSharingCapabilitiesTest
+ *
+ * @group DB
  */
 class FilesSharingCapabilitiesTest extends \Test\TestCase {
 
index 124cb83e6f06b845beaa4b5295a882d3a69f988f..a2e3f36f6ac396c52df40d2d99a43e5cf2675af9 100644 (file)
@@ -23,6 +23,13 @@ namespace Test\BackgroundJob;
 
 use OCA\Files_sharing\Lib\DeleteOrphanedSharesJob;
 
+/**
+ * Class DeleteOrphanedSharesJobTest
+ *
+ * @group DB
+ *
+ * @package Test\BackgroundJob
+ */
 class DeleteOrphanedSharesJobTest extends \Test\TestCase {
 
        /**
index 2a33732d63ff7f23ffbe93c3ed47ed1d9c4cb914..de9ce565394d204518695e194c89c1b23adbcfc8 100644 (file)
@@ -27,6 +27,13 @@ namespace OCA\Files_sharing\Tests;
 use OC\Files\Filesystem;
 use OC\Files\View;
 
+/**
+ * Class EtagPropagation
+ *
+ * @group DB
+ *
+ * @package OCA\Files_sharing\Tests
+ */
 class EtagPropagation extends TestCase {
        /**
         * @var \OC\Files\View
index 63a2c46f6470ce29d230b270eb613bee0942d761..b21d095e6b1432431df9f7435d0addebea8591b3 100644 (file)
@@ -23,6 +23,13 @@ namespace OCA\Files_Sharing\Tests;
 
 use OCA\Files_Sharing\ExpireSharesJob;
 
+/**
+ * Class ExpireSharesJobTest
+ *
+ * @group DB
+ *
+ * @package OCA\Files_Sharing\Tests
+ */
 class ExpireSharesJobTest extends \Test\TestCase {
 
        /**
index aa3839899cede7af24337d036d859ed7b3266933..e44c935d3fd64cedaf070ba0430933cd647bcd6d 100644 (file)
@@ -23,24 +23,11 @@ namespace OCA\Files_sharing\Tests\External;
 use OCA\Files_sharing\Tests\TestCase;
 
 /**
- * ownCloud
+ * Class Cache
  *
- * @author Vincent Petry
- * @copyright 2015 Vincent Petry <pvince81@owncloud.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
+ * @group DB
  *
+ * @package OCA\Files_sharing\Tests\External
  */
 class Cache extends TestCase {
 
index 5b93b7494e99f91f09d04ae131a93719b44cd839..015be47270e7f9c29e5838c352d141ba46737cbe 100644 (file)
@@ -28,6 +28,13 @@ use OCA\Files_Sharing\External\MountProvider;
 use OCA\Files_Sharing\Tests\TestCase;
 use Test\Traits\UserTrait;
 
+/**
+ * Class ManagerTest
+ *
+ * @group DB
+ *
+ * @package OCA\Files_Sharing\Tests\External
+ */
 class ManagerTest extends TestCase {
        use UserTrait;
 
index 34a1389db77ab3ea1a53948f485f61b035abf8b0..1a4a9ee78341bcfa5d3b74ede8f66b434ddcdc30 100644 (file)
 use OCA\Files_sharing\Tests\TestCase;
 
 /**
- * ownCloud
- *
- * @author Bjoern Schiessle
- * @copyright 2014 Bjoern Schiessle <schiessle@owncloud.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Affero General Public
- * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
+ * Class Test_Files_Sharing_Helper
  *
+ * @group DB
  */
-
 class Test_Files_Sharing_Helper extends TestCase {
 
        /**
index ae1fcf30a53655397f30b47ce921a441874ed963..3b8900f206148bca84569a25546c4c4ac0988fff 100644 (file)
@@ -27,6 +27,13 @@ use OC\Files\View;
 use OC\Lock\MemcacheLockingProvider;
 use OCP\Lock\ILockingProvider;
 
+/**
+ * Class Locking
+ *
+ * @group DB
+ *
+ * @package OCA\Files_sharing\Tests
+ */
 class Locking extends TestCase {
        /**
         * @var \Test\Util\User\Dummy
index 522181fbb231aff8d65b3d40e64a686c54b13a7c..49d76126eb239ce164d86964f67bec2cd4c2f9d7 100644 (file)
 use OCA\Files_Sharing\Tests\TestCase;
 use OCA\Files_Sharing\Migration;
 
+/**
+ * Class MigrationTest
+ *
+ * @group DB
+ */
 class MigrationTest extends TestCase {
 
        /**
index 80e727b7178684c2f966001b7204b6daa9f20bd6..4261ede7a7615160054a868012d740382f451524 100644 (file)
@@ -26,7 +26,11 @@ use OC\Files\Cache\Cache;
 use OC\Files\Storage\Storage;
 use OC\Files\View;
 
-
+/**
+ * Class Test_Files_Sharing_Permissions
+ *
+ * @group DB
+ */
 class Test_Files_Sharing_Permissions extends OCA\Files_sharing\Tests\TestCase {
 
        /**
index 300c637c777f6873b6167b0226cbac414b156bea..a0f0e18b769e9f6398420fefbcfcc06e4c79a5c1 100644 (file)
@@ -26,6 +26,8 @@ use OCA\Files_Sharing\Tests\TestCase;
 
 /**
  * Class Test_Files_Sharing_Api
+ *
+ * @group DB
  */
 class Test_Files_Sharing_S2S_OCS_API extends TestCase {
 
index 896191dfe516f78c0785cf428e11639726eff220..b5ba0e3ad5136c7837b11a70177baf25885190a8 100644 (file)
@@ -27,6 +27,8 @@ use OCA\Files\Share;
 
 /**
  * Class Test_Files_Sharing
+ *
+ * @group DB
  */
 class Test_Files_Sharing extends OCA\Files_sharing\Tests\TestCase {
 
index 94c0ad448bcbb0f69abd9f20cf1ec79cbc94cdd7..7b256588f936687c75fc4d342554ebba073dc9f3 100644 (file)
@@ -27,6 +27,8 @@
 
 /**
  * Class Test_Files_Sharing_Api
+ *
+ * @group DB
  */
 class Test_Files_Sharing_Mount extends OCA\Files_sharing\Tests\TestCase {
 
index 3361d2cbd1216849437e92ce10c9d27c344afeea..0d4a6b56307b05d86f56a430e3c957a15664f47c 100644 (file)
@@ -28,6 +28,8 @@ use OCA\Files\Share;
 
 /**
  * Class Test_Files_Sharing_Api
+ *
+ * @group DB
  */
 class Test_Files_Sharing_Storage extends OCA\Files_sharing\Tests\TestCase {
 
index 1d09f69449fff4bb8264a2ab26811e8f10ba5fd2..535a475276c9ad0c7bfbc770857fa9189cd56445 100644 (file)
@@ -24,6 +24,13 @@ namespace OCA\Files_sharing\Tests;
 
 use OC\Files\View;
 
+/**
+ * Class SizePropagation
+ *
+ * @group DB
+ *
+ * @package OCA\Files_sharing\Tests
+ */
 class SizePropagation extends TestCase {
 
        public function testSizePropagationWhenOwnerChangesFile() {
index 6a72a34149ad53eb2210ba47f30d62befece233c..dc5b8ed79d9ca81035f428021d7811369a33a89d 100644 (file)
@@ -36,6 +36,8 @@ use OCA\Files_Sharing\Appinfo\Application;
 /**
  * Class Test_Files_Sharing_Base
  *
+ * @group DB
+ *
  * Base class for sharing tests.
  */
 abstract class TestCase extends \Test\TestCase {
index c57070ba6412ea92f8ed1b89540e9f34dc499c0b..8de735363d19cb6fc7dd611b07d408cc7795622b 100644 (file)
@@ -26,6 +26,13 @@ namespace OCA\Files_sharing\Tests;
 
 use OCA\Files\Share;
 
+/**
+ * Class UnshareChildren
+ *
+ * @group DB
+ *
+ * @package OCA\Files_sharing\Tests
+ */
 class UnshareChildren extends TestCase {
 
        protected $subsubfolder;
index 63ab452a5e141ad2dcbbee373f05b1e1e043da21..312734523b56640ea2622fe5894f5a477d9fb224 100644 (file)
@@ -25,6 +25,8 @@
 
 /**
  * Class Test_Files_Sharing_Updater
+ *
+ * @group DB
  */
 class Test_Files_Sharing_Updater extends OCA\Files_Sharing\Tests\TestCase {
 
index 5e96a3fe68e473e034d76d4e2b8ea1bb51099769..6443be664a7ae0de57b6fa141f8ce420de381582 100644 (file)
  *
  */
 
+/**
+ * Class Test_Files_Sharing_Watcher
+ *
+ * @group DB
+ */
 class Test_Files_Sharing_Watcher extends OCA\Files_sharing\Tests\TestCase {
 
        /**
index 7f8ad5ec22171edace56b3bd207e88b72a87748a..ca3dce12eaffbbd2fff793318dccb21b5f363c79 100644 (file)
@@ -8,6 +8,13 @@
 
 namespace Test;
 
+/**
+ * Class TestAllConfig
+ *
+ * @group DB
+ *
+ * @package Test
+ */
 class TestAllConfig extends \Test\TestCase {
 
        /** @var  \OCP\IDBConnection */
index bb972e7cf9a8dd05557349309b5f2e253188a9fa..1c38a1c161f3c0d0aba0b4fad6d96c72dd37a6b1 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Copyright (c) 2012 Bernhard Posselt <dev@bernhard-posselt.com>
  * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com>
@@ -7,6 +6,12 @@
  * later.
  * See the COPYING-README file.
  */
+
+/**
+ * Class Test_App
+ *
+ * @group DB
+ */
 class Test_App extends \Test\TestCase {
 
        const TEST_USER1 = 'user1';
index 98420abe7bc32148499a18238c6e75d608ec4e57..64f0f80e045aaf54f43ef14695882e98a0f42057 100644 (file)
@@ -11,6 +11,13 @@ namespace Test\Lib;
 
 use Test\TestCase;
 
+/**
+ * Class AppConfig
+ *
+ * @group DB
+ *
+ * @package Test\Lib
+ */
 class AppConfig extends TestCase {
        /** @var \OCP\IAppConfig */
        protected $appConfig;
index 05190ca09b5852e78b8c167206cdadbdc875d7c7..7cba0e6db6b28e4d666b4a8b2217e8c370e5aacd 100644 (file)
@@ -128,6 +128,7 @@ class AppTest extends \Test\TestCase {
 
        protected function tearDown() {
                rrmdir($this->appPath);
+               parent::tearDown();
        }
 
 
index badee9f34d13d997f680a391475c9414f2116d37..3fa7dc64547500dbc2ae27f2163b27cd186d158b 100644 (file)
@@ -9,6 +9,11 @@
 
 use OC\Avatar;
 
+/**
+ * Class Test_Avatar
+ *
+ * @group DB
+ */
 class Test_Avatar extends \Test\TestCase {
        private static $trashBinStatus;
 
index b329c83009bf6a567bf36b2a861807734f07d82a..73b3255c0795ca4acd40e595ecdb756dcf53f2ea 100644 (file)
@@ -9,8 +9,16 @@
 namespace Test\BackgroundJob;
 
 use OCP\BackgroundJob\IJob;
+use Test\TestCase;
 
-class JobList extends \Test\TestCase {
+/**
+ * Class JobList
+ *
+ * @group DB
+ *
+ * @package Test\BackgroundJob
+ */
+class JobList extends TestCase {
        /**
         * @var \OC\BackgroundJob\JobList
         */
index b5f186c5416171db336a3f9b959f474d001aba97..6db5acdf13f9e0a2619e2340314b8f542b4e4aee 100644 (file)
 
 namespace Test\Cache;
 
+/**
+ * Class FileCache
+ *
+ * @group DB
+ *
+ * @package Test\Cache
+ */
 class FileCache extends \Test_Cache {
        /**
         * @var string
index 5c25bfb9a5ca3306b103d7f7b5d26c11a6b64bad..95eca4774b7dbad3e43038d969eef9c47ee2232f 100644 (file)
@@ -6,6 +6,11 @@
  * See the COPYING-README file.
  */
 
+/**
+ * Class Test_DB
+ *
+ * @group DB
+ */
 class Test_DB extends \Test\TestCase {
        protected $backupGlobals = FALSE;
 
index 720b448d0fbc72a05ea00478359f82dc089883d0..ab3b48b259fa767529a6d5d7a7308dfb3e1353a2 100644 (file)
@@ -12,6 +12,13 @@ namespace Test\DB;
 use Doctrine\DBAL\Platforms\SqlitePlatform;
 use OC\DB\MDB2SchemaManager;
 
+/**
+ * Class Connection
+ *
+ * @group DB
+ *
+ * @package Test\DB
+ */
 class Connection extends \Test\TestCase {
        /**
         * @var \OCP\IDBConnection
index 8ce6febf3ac8cb297530c212cd8b681f4ed6c94d..e194e701d84748cc87ee1f501205112944fb8ad0 100644 (file)
@@ -11,6 +11,13 @@ namespace Test\DB;
 
 use Doctrine\DBAL\Platforms\OraclePlatform;
 
+/**
+ * Class MDB2SchemaManager
+ *
+ * @group DB
+ *
+ * @package Test\DB
+ */
 class MDB2SchemaManager extends \Test\TestCase {
 
        protected function tearDown() {
index 4d5589097434a5cf036efac248e9a81bf18a3cbe..a50c5f1b864e4ac3763cf8879a08cbf5bb3ca56d 100644 (file)
@@ -15,6 +15,13 @@ use \Doctrine\DBAL\Schema\Schema;
 use \Doctrine\DBAL\Schema\SchemaConfig;
 use OCP\IConfig;
 
+/**
+ * Class Migrator
+ *
+ * @group DB
+ *
+ * @package Test\DB
+ */
 class Migrator extends \Test\TestCase {
        /**
         * @var \Doctrine\DBAL\Connection $connection
index 6c283e6c59cb6a9ab0a768ba4b24ab8f132279f2..50b9d91d4eece64bf3dfe55cc95523659c819fbc 100644 (file)
@@ -6,6 +6,11 @@
  * See the COPYING-README file.
  */
 
+/**
+ * Class TestMySqlMigration
+ *
+ * @group DB
+ */
 class TestMySqlMigration extends \Test\TestCase {
 
        /** @var \Doctrine\DBAL\Connection */
index f041df01019f05a0efa77e82432f1d2b66ad6725..0563ff923345e34ed7c3531243dd93cc4b807d1e 100644 (file)
@@ -24,6 +24,13 @@ namespace Test\DB\QueryBuilder;
 use Doctrine\DBAL\Query\Expression\ExpressionBuilder as DoctrineExpressionBuilder;
 use OC\DB\QueryBuilder\ExpressionBuilder;
 
+/**
+ * Class ExpressionBuilderTest
+ *
+ * @group DB
+ *
+ * @package Test\DB\QueryBuilder
+ */
 class ExpressionBuilderTest extends \Test\TestCase {
        /** @var ExpressionBuilder */
        protected $expressionBuilder;
index bbc45fc64f3efecbf5be070d24a2070a64018b56..ca3901ad049524f210b7466ccd8c3cbb49e8a866 100644 (file)
@@ -27,6 +27,13 @@ use OC\DB\QueryBuilder\Parameter;
 use OC\DB\QueryBuilder\QueryBuilder;
 use OCP\IDBConnection;
 
+/**
+ * Class QueryBuilderTest
+ *
+ * @group DB
+ *
+ * @package Test\DB\QueryBuilder
+ */
 class QueryBuilderTest extends \Test\TestCase {
        /** @var QueryBuilder */
        protected $queryBuilder;
index 9206381ff711f74e7226ffc8fb1349e006634909..3674d452bae27738438f41d5c8c03a64790fd28d 100644 (file)
@@ -6,6 +6,11 @@
  * See the COPYING-README file.
  */
 
+/**
+ * Class TestSqliteMigration
+ *
+ * @group DB
+ */
 class TestSqliteMigration extends \Test\TestCase {
 
        /** @var \Doctrine\DBAL\Connection */
index 97307664b6aaab745743b3c296bfa75050962e72..46d7559acc2c2e637d13c878648524289972dccd 100644 (file)
@@ -9,6 +9,11 @@
 
 use OCP\Security\ISecureRandom;
 
+/**
+ * Class Test_DBSchema
+ *
+ * @group DB
+ */
 class Test_DBSchema extends \Test\TestCase {
        protected $schema_file = 'static://test_db_scheme';
        protected $schema_file2 = 'static://test_db_scheme2';
index c5395a97fd4ea649b4b5be48f94c32875ba086d0..503d25597cd83f1db4560758b169410b6dd84388 100644 (file)
@@ -16,6 +16,13 @@ class LongId extends \OC\Files\Storage\Temporary {
        }
 }
 
+/**
+ * Class Cache
+ *
+ * @group DB
+ *
+ * @package Test\Files\Cache
+ */
 class Cache extends \Test\TestCase {
        /**
         * @var \OC\Files\Storage\Temporary $storage ;
index 9108330eb9b9810771289414bf762e1c093035c1..6e9d9bfae75a1eff60eed5ca23b936d4bc24f9f8 100644 (file)
@@ -12,6 +12,13 @@ use OC\Files\Filesystem;
 use OC\Files\Storage\Temporary;
 use OC\Files\View;
 
+/**
+ * Class ChangePropagator
+ *
+ * @group DB
+ *
+ * @package Test\Files\Cache
+ */
 class ChangePropagator extends \Test\TestCase {
        /**
         * @var \OC\Files\Cache\ChangePropagator
index 7ebb053bcfa5e9f4bca79922c2129d6f9768c022..3adb25fa9d445d437758d2ded307c8b9b1df19ba 100644 (file)
@@ -43,6 +43,13 @@ class DummyUser extends \OC\User\User {
        }
 }
 
+/**
+ * Class HomeCache
+ *
+ * @group DB
+ *
+ * @package Test\Files\Cache
+ */
 class HomeCache extends \Test\TestCase {
        /**
         * @var \OC\Files\Storage\Home $storage
index 871b12bac3a24f262cbc4ff003608c9cb4521dcd..8186fe29493647f8fb425263e020bbf4bf1dcb13 100644 (file)
@@ -8,6 +8,13 @@
 
 namespace Test\Files\Cache;
 
+/**
+ * Class Scanner
+ *
+ * @group DB
+ *
+ * @package Test\Files\Cache
+ */
 class Scanner extends \Test\TestCase {
        /**
         * @var \OC\Files\Storage\Storage $storage
index 807dcd596fbe7103d3d193902da531b741df3d88..cdffac464dc379db68211fd9cbace2588bfcd1f8 100644 (file)
@@ -12,6 +12,13 @@ use OC\Files\Filesystem;
 use OC\Files\Storage\Temporary;
 use OC\Files\View;
 
+/**
+ * Class Updater
+ *
+ * @group DB
+ *
+ * @package Test\Files\Cache
+ */
 class Updater extends \Test\TestCase {
        /**
         * @var \OC\Files\Storage\Storage
index c1a0d3d82309cf65c7a50f0675e0f65ec55efda8..1946913bba4a4470d5f1b2ebc9bee390cf005732 100644 (file)
@@ -12,6 +12,13 @@ use \OC\Files\Filesystem as Filesystem;
 use OC\Files\Storage\Temporary;
 use OC\Files\View;
 
+/**
+ * Class UpdaterLegacy
+ *
+ * @group DB
+ *
+ * @package Test\Files\Cache
+ */
 class UpdaterLegacy extends \Test\TestCase {
        /**
         * @var \OC\Files\Storage\Storage $storage
index acc03cc4c7750e4963584538594869bdd6f6591b..cb90e92b4772abd60697c2d8fb638dac0c87d662 100644 (file)
@@ -8,6 +8,13 @@
 
 namespace Test\Files\Cache;
 
+/**
+ * Class Watcher
+ *
+ * @group DB
+ *
+ * @package Test\Files\Cache
+ */
 class Watcher extends \Test\TestCase {
 
        /**
index 1b51030d4a31110591dc82ebed80220e90451574..7fbeae88820ccd758b773d6e0cadb29cef4c44a4 100644 (file)
@@ -11,6 +11,13 @@ namespace Test\Files;
 use OC\Files\Filesystem;
 use OCP\Share;
 
+/**
+ * Class EtagTest
+ *
+ * @group DB
+ *
+ * @package Test\Files
+ */
 class EtagTest extends \Test\TestCase {
        private $datadir;
 
index 15a7c23540569583ea7564bc6195627020d6abde..7829eb9d7065856be1056e03191c6858530206e5 100644 (file)
@@ -51,6 +51,13 @@ class DummyMountProvider implements IMountProvider {
        }
 }
 
+/**
+ * Class Filesystem
+ *
+ * @group DB
+ *
+ * @package Test\Files
+ */
 class Filesystem extends \Test\TestCase {
 
        const TEST_FILESYSTEM_USER1 = "test-filesystem-user1";
index 5580b40a1264df41fea80b27bc885d7fc55830d2..addc7e98f48a0211932068fbd0fe20016dfdfd2e 100644 (file)
@@ -13,6 +13,13 @@ use OC\Files\Storage\Temporary;
 use OC\Files\View;
 use OC\User\User;
 
+/**
+ * Class IntegrationTests
+ *
+ * @group DB
+ *
+ * @package Test\Files\Node
+ */
 class IntegrationTests extends \Test\TestCase {
        /**
         * @var \OC\Files\Node\Root $root
index 6d59078aa7cd597b1bc58315021e67f9f1a8b09b..63332af68da5677c6a6ef885eef64f9afa7c2f26 100644 (file)
@@ -23,6 +23,13 @@ namespace OCA\ObjectStore\Tests\Unit;
 use OC\Files\ObjectStore\ObjectStoreStorage;
 use OC\Files\ObjectStore\Swift as ObjectStoreToTest;
 
+/**
+ * Class Swift
+ *
+ * @group DB
+ *
+ * @package OCA\ObjectStore\Tests\Unit
+ */
 class Swift extends \Test\Files\Storage\Storage {
 
        /**
index b731c6992e80bbc0be429c112bed078905459f2f..2a50c2a62220f34177df52a2acf6ba3fe8ec7a17 100644 (file)
@@ -40,6 +40,13 @@ class TestScanner extends \OC\Files\Utils\Scanner {
        }
 }
 
+/**
+ * Class Scanner
+ *
+ * @group DB
+ *
+ * @package Test\Files\Utils
+ */
 class Scanner extends \Test\TestCase {
        /**
         * @var \Test\Util\User\Dummy
index f0bad5abd18de96183e2395872d279e0f99ced40..186cf28d7c3eb771209244dd474e7bcbe0faef0d 100644 (file)
@@ -40,6 +40,13 @@ class TemporaryNoLocal extends \OC\Files\Storage\Temporary {
        }
 }
 
+/**
+ * Class View
+ *
+ * @group DB
+ *
+ * @package Test\Files
+ */
 class View extends \Test\TestCase {
        /**
         * @var \OC\Files\Storage\Storage[] $storages
index 62c189489d7c08c73385fe8c12f5c2aabcd3e68c..ce41a6c6359d9271af2691b98d0df0ed1f0ab259 100644 (file)
 *
 */
 
+/**
+ * Class Test_Group_Backend
+ *
+ * @group DB
+ */
 abstract class Test_Group_Backend extends \Test\TestCase {
        /**
         * @var OC_Group_Backend $backend
index 10958a6ccdceaa7d1e383a6b96e1e92a22250534..3997ff8bba539ad86cbe6f0f65be80d73e79ce2e 100644 (file)
 *
 */
 
+/**
+ * Class Test_Group_Database
+ *
+ * @group DB
+ */
 class Test_Group_Database extends Test_Group_Backend {
        private $groups=array();
 
index b4456c8f7e17163a3bc248047089c13a48a74d00..6836f89d3feb4497cb20fa8d29cecc380a2b05c1 100644 (file)
 *
 */
 
+/**
+ * Class Test_Group_Dummy
+ *
+ * @group DB
+ */
 class Test_Group_Dummy extends Test_Group_Backend {
        protected function setUp() {
                parent::setUp();
index 2360052b4a0a5c602d17f455a26289410583d62e..d679b1ea6777274d913f172b445166277da31af9 100644 (file)
@@ -23,6 +23,13 @@ namespace Test\Lock;
 
 use OCP\Lock\ILockingProvider;
 
+/**
+ * Class DBLockingProvider
+ *
+ * @group DB
+ *
+ * @package Test\Lock
+ */
 class DBLockingProvider extends LockingProvider {
        /**
         * @var \OC\Lock\DBLockingProvider
index 896dd333cc2c46537168096d60d10967012beeca..9773a5917774d56d7e09c3ce402a210df10ae0cd 100644 (file)
@@ -11,6 +11,8 @@ namespace Test\Repair;
 /**
  * Tests for the cleaning the tags tables
  *
+ * @group DB
+ *
  * @see \OC\Repair\CleanTags
  */
 class CleanTags extends \Test\TestCase {
index 27d7860c63dac738e5ad791c11db163918e4d686..a85c6506dbbc140835f3915ffb2b13ba789ed5e3 100644 (file)
@@ -13,6 +13,8 @@ use OCP\BackgroundJob\IJobList;
 /**
  * Tests for the dropping old tables
  *
+ * @group DB
+ *
  * @see \OC\Repair\DropOldTables
  */
 class DropOldJobs extends \Test\TestCase {
index 244d883794919533a01b6ba7316d03db44f1481a..6ece8cf04d58753f30742182b7a0a0a8aacd3336 100644 (file)
@@ -11,6 +11,8 @@ namespace Test\Repair;
 /**
  * Tests for the dropping old tables
  *
+ * @group DB
+ *
  * @see \OC\Repair\DropOldTables
  */
 class DropOldTables extends \Test\TestCase {
index 272e1ef09c4125b09c5cb01e6cbc81575c2d25d7..f02babab21d75806f49fc89ad8a658627874f75a 100644 (file)
@@ -11,6 +11,13 @@ namespace Test\Repair;
 use OC\Repair\OldGroupMembershipShares;
 use OC\Share\Constants;
 
+/**
+ * Class OldGroupMembershipSharesTest
+ *
+ * @group DB
+ *
+ * @package Test\Repair
+ */
 class OldGroupMembershipSharesTest extends \Test\TestCase {
 
        /** @var OldGroupMembershipShares */
index 43b7bf323c095b2c5dd663b08090fd75fa514146..12f0ae8a8d643085249a598d294721b7acb29d2b 100644 (file)
@@ -24,6 +24,13 @@ namespace Test\Repair;
 use OC\Repair\RemoveGetETagEntries;
 use Test\TestCase;
 
+/**
+ * Class RemoveGetETagEntriesTest
+ *
+ * @group DB
+ *
+ * @package Test\Repair
+ */
 class RemoveGetETagEntriesTest extends TestCase {
        /** @var \OCP\IDBConnection */
        protected $connection;
index 29dad19000876588ae3f25019c722217a080cb08..f9d921e88a48f2019aa2c53bec0a1d9268807d1b 100644 (file)
@@ -19,6 +19,8 @@ class TestCollationRepair extends \OC\Repair\Collation {
 /**
  * Tests for the converting of MySQL tables to InnoDB engine
  *
+ * @group DB
+ *
  * @see \OC\Repair\RepairMimeTypes
  */
 class TestRepairCollation extends \Test\TestCase {
index 33f7a0e21366e880899a3e6978aaf9a975790e9e..e7d2b83c224766978dcf45877ab559dd1364c75e 100644 (file)
@@ -10,6 +10,8 @@ namespace Test\Repair;
 /**
  * Tests for the converting of MySQL tables to InnoDB engine
  *
+ * @group DB
+ *
  * @see \OC\Repair\RepairMimeTypes
  */
 class RepairInnoDB extends \Test\TestCase {
index e8dcaa4da97d7201f36c2977ce69ec4def3bdcaf..9655e0eacbc5b14e835171ea1d4366f5777c010b 100644 (file)
@@ -16,6 +16,8 @@ use Test\TestCase;
 /**
  * Tests for repairing invalid shares
  *
+ * @group DB
+ *
  * @see \OC\Repair\RepairInvalidShares
  */
 class RepairInvalidSharesTest extends TestCase {
index e1edf70442402bcb365e3cc1ed72587fd5e6d645..44afd6125abe75e778321d974cd5eb6427273726 100644 (file)
@@ -15,6 +15,8 @@ use Test\TestCase;
 /**
  * Tests for the converting of legacy storages to home storages.
  *
+ * @group DB
+ *
  * @see \OC\Repair\RepairLegacyStorages
  */
 class RepairLegacyStorages extends TestCase {
index a0697776e73ae14e5bee583d051c5608041ef068..1bdaa9a2dbf84e68518cf4ee496e34574966ac08 100644 (file)
@@ -11,6 +11,8 @@ namespace Test\Repair;
 /**
  * Tests for the converting of legacy storages to home storages.
  *
+ * @group DB
+ *
  * @see \OC\Repair\RepairMimeTypes
  */
 class RepairMimeTypes extends \Test\TestCase {
index 375319bb64a65220774be7ae5e55bfe96c16bc60..e3bb110191bcd0b1df8f01773c1c3acd5c3bbe71 100644 (file)
@@ -10,6 +10,8 @@ namespace Test\Repair;
 
 /**
  * Tests for fixing the SQLite id recycling
+ *
+ * @group DB
  */
 class RepairSqliteAutoincrement extends \Test\TestCase {
 
index 092f9efdd18b7a3be972f0b31cbeb070ab6c709c..43b2f1cf9802fba2c221c9ec530d4d11b279d9d0 100644 (file)
@@ -8,6 +8,11 @@
 
 use \OC\Security\CertificateManager;
 
+/**
+ * Class CertificateManagerTest
+ *
+ * @group DB
+ */
 class CertificateManagerTest extends \Test\TestCase {
 
        /** @var CertificateManager */
index f980baf35742cc7f61b716579c10a42df17b66b7..7e6aaa259f237e12a672f2ae07e54bc450d926b6 100644 (file)
@@ -25,6 +25,13 @@ namespace OC\Tests\Share;
 
 use Test\TestCase;
 
+/**
+ * Class HookTests
+ *
+ * @group DB
+ *
+ * @package OC\Tests\Share
+ */
 class HookTests extends TestCase {
 
        protected function setUp() {
index e8127aefe8e9e7e681faa37ff994a8d6a2dffdf8..fa19577cb72a8e60ed75d8cfb8b16935fbf59c2e 100644 (file)
 * License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+/**
+ * Class Test_Share
+ *
+ * @group DB
+ */
 class Test_Share extends \Test\TestCase {
 
        protected $itemType;
index 1a13d64679d7e77234a8c3e4e2d93f436298f73c..a8f59ff16e447a21ca8164b15725e2a7943908d0 100644 (file)
 *
 */
 
+/**
+ * Class Test_Tags
+ *
+ * @group DB
+ */
 class Test_Tags extends \Test\TestCase {
 
        protected $objectType;
-       /** @var \OC\IUser */
+       /** @var \OCP\IUser */
        protected $user;
-       /** @var \OC\IUserSession */
+       /** @var \OCP\IUserSession */
        protected $userSession;
        protected $backupGlobals = FALSE;
        /** @var \OC\Tagging\TagMapper */
index 3a6be1ceee539540f6bd561987eef999257cb8a3..ba44d333a8cbddfb51b4e8595dfdca0d2e243727 100644 (file)
 *
 */
 
+/**
+ * Class Test_User_Database
+ *
+ * @group DB
+ */
 class Test_User_Database extends Test_User_Backend {
        /** @var array */
        private $users;