Merge pull request #17007 from nextcloud/enh/nodbtests

CapabilitiesTests are not DB tests
This commit is contained in:
Roeland Jago Douma 2019-09-04 22:47:43 +02:00 committed by GitHub
commit a2f280badc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,6 @@ use Test\TestCase;
/**
* Class CapabilitiesTest
*
* @group DB
* @package OCA\Theming\Tests
*/
class CapabilitiesTest extends TestCase {