aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal/migration/recall.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-01-10 22:48:31 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-01-10 22:48:31 -0600
commit9f38dc67a80b5fc2a8bb0d01825d7655915e3319 (patch)
treed7e1b9f0396cb60fa1ad867e933e3070186e2d6b /tests/dbal/migration/recall.php
parentdb4fcab3bb4aefcabe93dd4acd1f12e8517cf340 (diff)
downloadforums-9f38dc67a80b5fc2a8bb0d01825d7655915e3319.tar
forums-9f38dc67a80b5fc2a8bb0d01825d7655915e3319.tar.gz
forums-9f38dc67a80b5fc2a8bb0d01825d7655915e3319.tar.bz2
forums-9f38dc67a80b5fc2a8bb0d01825d7655915e3319.tar.xz
forums-9f38dc67a80b5fc2a8bb0d01825d7655915e3319.zip
[feature/migrations] Make the test depends_on methods static
PHPBB3-11318
Diffstat (limited to 'tests/dbal/migration/recall.php')
-rw-r--r--tests/dbal/migration/recall.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/dbal/migration/recall.php b/tests/dbal/migration/recall.php
index 18d8b4a6d2..6c2f04bf08 100644
--- a/tests/dbal/migration/recall.php
+++ b/tests/dbal/migration/recall.php
@@ -9,11 +9,6 @@
class phpbb_dbal_migration_recall extends phpbb_db_migration
{
- function depends_on()
- {
- return array();
- }
-
function update_schema()
{
return array();