aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/db/mysqlmigration.php
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-05-19 10:30:07 +0200
committerVincent Petry <pvince81@owncloud.com>2016-05-19 10:30:07 +0200
commite36a27d21c4746da2858eb98de8656ec74a449b1 (patch)
treed05b6635e197660b5864646f93766d0f8600621e /tests/lib/db/mysqlmigration.php
parentae7e14b2232039f25eb8b17a0e46c246f3c7c6eb (diff)
parentf57407e73e2c3aa4daa3c1ac6c9778602187daad (diff)
downloadnextcloud-server-e36a27d21c4746da2858eb98de8656ec74a449b1.tar.gz
nextcloud-server-e36a27d21c4746da2858eb98de8656ec74a449b1.zip
Merge pull request #24712 from owncloud/fix-test-namespaces
Fix test namespaces [a-e]
Diffstat (limited to 'tests/lib/db/mysqlmigration.php')
-rw-r--r--tests/lib/db/mysqlmigration.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/lib/db/mysqlmigration.php b/tests/lib/db/mysqlmigration.php
index 51e8801dc3b..42ed6ba7251 100644
--- a/tests/lib/db/mysqlmigration.php
+++ b/tests/lib/db/mysqlmigration.php
@@ -6,12 +6,14 @@
* See the COPYING-README file.
*/
+namespace Test\DB;
+
/**
- * Class TestMySqlMigration
+ * Class MySqlMigration
*
* @group DB
*/
-class TestMySqlMigration extends \Test\TestCase {
+class MySqlMigration extends \Test\TestCase {
/** @var \Doctrine\DBAL\Connection */
private $connection;