-
-
src/Lunr/Spark/Contentful/Tests/DeliveryApiGetEntriesTest.php (Diff revision 1) missing assertArrayEmpty on result
-
Change Summary:
Fix missing asserts
Change Summary:
Change return value on error. Don't return an empty array anymore, but the result object as received by contentful (for better later error handling) and mark the result as empty (set total number of found entries to 0).
Diff: |
Revision 3 (+873)
|
---|
-
-
src/Lunr/Spark/Contentful/Tests/DeliveryApiGetEntriesTest.php (Diff revisions 2 - 3) returns an empty result
-
src/Lunr/Spark/Contentful/Tests/DeliveryApiGetEntriesTest.php (Diff revisions 2 - 3) returns an empty result
-
src/Lunr/Spark/Contentful/Tests/DeliveryApiGetEntriesTest.php (Diff revisions 2 - 3) ReturnsEmptyResult