Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
book.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jun 2017 at 09:49 UTC
Updated:
12 Jul 2017 at 13:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
naveenvalechaComment #3
dawehnerIt would be quite cool if this is the only thing missing ...
Comment #4
dawehnerNice! I'm curious whether we could maybe group some of the conversions given the views tests aren't hard to fix?
Comment #5
naveenvalecha#4,
yup we could do that. These are the conversions left in the modules which are already converted. however, it's a nice idea to convert it in a single go.
//Naveen
Comment #6
gábor hojtsyWhy are we adding this? We did not have it before.
Comment #7
naveenvalechaBTB ViewTestBase::setup requires the argument $import_test_views
//Naveen
Comment #8
lendudeYup it needs to match the parent setUp() method.
Checked and this is the only remaining WebTestBase and simpletest component left in the Book module, so the scope of 1 test is correct.
Comment #11
gábor hojtsyIndeed, thanks.