aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/vendor2/bar/migration/migration.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extension/ext/vendor2/bar/migration/migration.php')
-rw-r--r--tests/extension/ext/vendor2/bar/migration/migration.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/extension/ext/vendor2/bar/migration/migration.php b/tests/extension/ext/vendor2/bar/migration/migration.php
deleted file mode 100644
index fc27656d10..0000000000
--- a/tests/extension/ext/vendor2/bar/migration/migration.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-/**
-*
-* This file is part of the phpBB Forum Software package.
-*
-* @copyright (c) phpBB Limited <https://www.phpbb.com>
-* @license GNU General Public License, version 2 (GPL-2.0)
-*
-* For full copyright and license information, please see
-* the docs/CREDITS.txt file.
-*
-*/
-
-namespace vendor2\bar\migration;
-
-class migration extends \phpbb\db\migration\migration
-{
-}