Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294754

JsonApiDocumentTopLevelNormalizerTest::generateProphecies called with extra arguments

$
0
0

Problem/Motivation

JsonApiDocumentTopLevelNormalizerTest::generateProphecies($entity_type_id, $bundle) is called with an extra argument quite a few times. Those need to be removed.

Example:

[$request, $resource_type] = $this->generateProphecies('node', 'article', 'uid'); 

should be 

[$request, $resource_type] = $this->generateProphecies('node', 'article');

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet


Viewing all articles
Browse latest Browse all 294754

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>