Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Feb 2016 at 11:22 UTC
Updated:
6 Mar 2016 at 08:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
edurenye commentedAdded the BC layer.
Comment #3
berdirThe problem is that it's quite annoying for modules to support both 8.0.x and 8.1.x in tests. They have to dynamically check that and add the table or not.
We can add other such tables like router, key_value and so on as needed.
Comment #4
dawehnerWhat about adding all the tables we will do lazy in the future, and then do the skipping farther below on the function, so we basically skip the exception instead?
Comment #5
edurenye commentedDone, also created a follow up to remove #2670454: Deprecate individual schema install of system module in KernelTestBase it and a @todo.
Thanks for changing the status there I forgot it :)
Comment #6
dawehnerLooks perfect for me
Comment #7
juampynr commentedComment #9
catchCommitted/pushed to 8.1.x, thanks!
Comment #10
dawehnerWe forgot to do the same for the new kernel test: #2672670: Add BC layer in installSchema to support url_alias for the new KernelTestBase