diff options
Diffstat (limited to 'tests/lib/db/sqlitemigration.php')
-rw-r--r-- | tests/lib/db/sqlitemigration.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/db/sqlitemigration.php b/tests/lib/db/sqlitemigration.php index 9206381ff71..3674d452bae 100644 --- a/tests/lib/db/sqlitemigration.php +++ b/tests/lib/db/sqlitemigration.php @@ -6,6 +6,11 @@ * See the COPYING-README file. */ +/** + * Class TestSqliteMigration + * + * @group DB + */ class TestSqliteMigration extends \Test\TestCase { /** @var \Doctrine\DBAL\Connection */ |