Closed (outdated)
Project:
Drupal core
Version:
8.6.x-dev
Component:
other
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
14 Dec 2014 at 14:51 UTC
Updated:
6 Dec 2019 at 10:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alexpottSo this has discover a problem with config deletes leaving stale static cache entries.
Comment #3
alexpottFixed phpunit tests - should help make testbot report nicely.
Comment #5
alexpottFixed up some more tests... form altering is interesting see contact_form_user_admin_settings_alter() in patch.
Comment #7
alexpottSo lets see where I've got to...
Comment #9
alexpottThis fixes all the remaining test failures. I can't fix the exception in
Drupal\config_translation\Tests\ConfigTranslationListUiTestbecause this is occurring because of the use of debug_backtrace to ensure that config accessed by tests is mutable - this will be addressed in #2395395: TestBase lacks a config method to be used consistently in testsComment #17
alexpott