aboutsummaryrefslogtreecommitdiffstats
path: root/tests/di/fixtures/ext/vendor/enabled_4
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-05-14 21:20:51 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-14 21:20:51 +0200
commitd72498a9c3006210c49cb1690d079d52593db127 (patch)
tree05a63672dec2ed081da2a107989c85ba1649f3ed /tests/di/fixtures/ext/vendor/enabled_4
parent61fa4f006aa00eb67dd4df8d21f426ce7e53962c (diff)
downloadforums-d72498a9c3006210c49cb1690d079d52593db127.tar
forums-d72498a9c3006210c49cb1690d079d52593db127.tar.gz
forums-d72498a9c3006210c49cb1690d079d52593db127.tar.bz2
forums-d72498a9c3006210c49cb1690d079d52593db127.tar.xz
forums-d72498a9c3006210c49cb1690d079d52593db127.zip
[ticket/15987] Go back to previous table definition type
This will still allow using the 'tables' parameter array but will also ensure full backward compatibility and compatibility with extensions that will add more tables to the 'tables' array. PHPBB3-15987
Diffstat (limited to 'tests/di/fixtures/ext/vendor/enabled_4')
-rw-r--r--tests/di/fixtures/ext/vendor/enabled_4/environment.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/di/fixtures/ext/vendor/enabled_4/environment.yml b/tests/di/fixtures/ext/vendor/enabled_4/environment.yml
index d0affe4fd6..d4ed5cbf24 100644
--- a/tests/di/fixtures/ext/vendor/enabled_4/environment.yml
+++ b/tests/di/fixtures/ext/vendor/enabled_4/environment.yml
@@ -1,2 +1,4 @@
parameters:
enabled_4: true
+ tables.foo_bar: '%core.table_prefix%foo_bar'
+ tables.acl_groups: '%core.table_prefix%some_other'