Closed (fixed)
Project:
Address
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Dec 2015 at 04:54 UTC
Updated:
28 Jan 2016 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
heykarthikwithuRemoved the depreciated methods and unused imports in code base.
Comment #3
bojanz commentedThanks!
We don't use array() anymore, only short array syntax.
You are passing the wrong entity type to getStorage(), so the test doesn't pass. Needs to be "entity_view_display".
Run the test once you've made the change to confirm.
Comment #4
heykarthikwithuComment #5
heykarthikwithuComment #6
bojanz commentedYou swapped the base test class for a completely different one (don't let the name fool you). Lost an hour of undercaffeinated time chasing weird test fails because of this :(
Fixed, and committed.