diff options
Diffstat (limited to 'tests/extension/ext/vendor3/bar')
| -rw-r--r-- | tests/extension/ext/vendor3/bar/migration/migration.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/extension/ext/vendor3/bar/migration/migration.php b/tests/extension/ext/vendor3/bar/migration/migration.php new file mode 100644 index 0000000000..e7280a7d5e --- /dev/null +++ b/tests/extension/ext/vendor3/bar/migration/migration.php @@ -0,0 +1,18 @@ +<?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 vendor3\bar\migration; + +class migration extends \phpbb\db\migration\migration +{ +} |
