Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
serialization.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2017 at 14:44 UTC
Updated:
17 Apr 2017 at 14:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
goz commentedComment #3
klausithis is a base class and must not be moved. It is already deprecated. We can just leave it alone.
lol, this file is in the completely wrong place. This is a unit test, not a functional test, so must be moved to tests/src/Unit. This test was introduced in #1996130: REST views: not adding dependencies on Serializer providers.
So we can repurpose this issue to just move the unit test into the correct location.
Comment #4
jofitzComment #5
klausiBut we have nice subdirectories in the Unit folder, so I would suggest to move this into a CompilerPass directory there.
Comment #6
jofitzMoved the file and updated the namespace.
Comment #7
dawehnerGood idea to put it into a folder!
Comment #8
alexpottCommitted and pushed e2554ce to 8.4.x and e82e3eb to 8.3.x. Thanks!
Test only change - committed to 8.3.x too.