Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
statistics.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Mar 2017 at 13:00 UTC
Updated:
13 May 2017 at 22:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
goz commentedTests should fail due to #2864257: Convert web tests AssertNoPattern to Browser Test.
Comment #4
lendude#2864257: Convert web tests AssertNoPattern to Browser Test has landed so requeueing the tests, and lets see if this is unblocked
Comment #6
lendudeNeeded a reroll for #2867493: Error: Call to a member function getTotalCount() on boolean in statistics_get().
Also took out the @deprecated for the new base class, not sure why that was added. The base class was moved previously, so that isn't part of this conversion.
One Views test left in the module that can be moved in a follow up when #2863267: Convert web tests of views lands.
Comment #7
dawehnerNitpick: Let's just use one trailing slash. I guess this is quite a nitpick :)
Comment #8
lendude@dawehner stupid PHPStorm, always collapsing the use statements, makes me miss crucial stuff like that :)
Fixed.
Comment #9
dawehnerHehe, thank you @Lendude
Comment #10
timmillwoodThank you!
Comment #11
michielnugter commentedComment #12
alexpottCommitted and pushed 1815dfd to 8.4.x and 8a30f22 to 8.3.x. Thanks!
Backported to 8.3.x because this is a test only change.