Follow-up to #2870440: Convert web tests to browser tests for config_translation module
See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)
Convert
ConfigTranslationUiTest: This should be split into javascript test and BTB
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2888905-6.patch | 6.63 KB | Anonymous (not verified) |
Comments
Comment #2
naveenvalecha#2870440: Convert web tests to browser tests for config_translation module has landed.
Comment #4
Anonymous (not verified) commentedThis patch covert:
One js part detected:
No changes for ConfigTranslationInstallTest, because we can to do it only after #2907728: Installer: Convert system functional tests to phpunit. Current patch from dawehner (see post #3) is already enough for convert ConfigTranslationInstallTest, but looks like not enough for other system Installer* tests :(
Postponed?
Comment #6
Anonymous (not verified) commentedCS fix.
Comment #7
lendudeThis $passed variable is removed. Took another look and that indeed doesn't seem to serve any purpose anymore, so that's good.
No need to postpone on the installer conversion issue. I think we will just do a cross-module update of all the installer tests once we get that running, like we did for the update tests.
This looks good, nice work as always @vaplas!
Comment #8
lendudeLets remove ConfigTranslationInstallTest from the scope here.
Comment #9
catchComment #10
catchCommitted/pushed to 8.5.x and cherry-picked to 8.4.x. Thanks!