Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Sep 2015 at 16:56 UTC
Updated:
19 Oct 2015 at 07:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
duaelfrComment #3
lendudeLooks good, testbot happy.
Tested locally that without the fix, when you change the assertion to
$this->assertEqual($route->getDefault('_controller'), '!!SHOULD FAIL!!');it still passes happily. So yeah, without the fix the assertions are never done.
Comment #5
duaelfrUnable to reproduce that test failure locally on HEAD.
Comment #7
lenduderandom fails.
Comment #8
webchickWow, nice catch.
Committed and pushed to 8.0.x. Thanks!