summaryrefslogtreecommitdiffstats
path: root/tests/lib/db/sqlitemigration.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/db/sqlitemigration.php')
-rw-r--r--tests/lib/db/sqlitemigration.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/lib/db/sqlitemigration.php b/tests/lib/db/sqlitemigration.php
index f23f4d4ee86..176b947e310 100644
--- a/tests/lib/db/sqlitemigration.php
+++ b/tests/lib/db/sqlitemigration.php
@@ -6,12 +6,14 @@
* See the COPYING-README file.
*/
+namespace Test\DB;
+
/**
- * Class TestSqliteMigration
+ * Class SqliteMigration
*
* @group DB
*/
-class TestSqliteMigration extends \Test\TestCase {
+class SqliteMigration extends \Test\TestCase {
/** @var \Doctrine\DBAL\Connection */
private $connection;