updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -41,8 +41,8 @@ abstract class TrackerTestBase extends ViewTestBase {
|
||||
*/
|
||||
protected $comment;
|
||||
|
||||
protected function setUp() {
|
||||
parent::setUp();
|
||||
protected function setUp($import_test_views = TRUE) {
|
||||
parent::setUp($import_test_views);
|
||||
|
||||
ViewTestData::createTestViews(get_class($this), ['tracker_test_views']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user