From 04e0d305d0c822299204e5eb28f2571e7b128b9a Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Wed, 10 Sep 2014 19:21:00 +0200 Subject: [ticket/12963] Add unit tests PHPBB3-12963 --- .../extension/ext/vendor2/bar/migrations/migration.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/extension/ext/vendor2/bar/migrations/migration.php (limited to 'tests/extension/ext/vendor2/bar/migrations/migration.php') diff --git a/tests/extension/ext/vendor2/bar/migrations/migration.php b/tests/extension/ext/vendor2/bar/migrations/migration.php new file mode 100644 index 0000000000..71caa34fd9 --- /dev/null +++ b/tests/extension/ext/vendor2/bar/migrations/migration.php @@ -0,0 +1,18 @@ + +* @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\migrations; + +class migration extends \phpbb\db\migration\migration +{ +} -- cgit v1.2.1