storyblok / storyblok-php-client

Storyblok - PHP Client
https://www.storyblok.com
MIT License
33 stars 37 forks source link

adding tests for getAll method #73

Closed roberto-butti closed 1 year ago

roberto-butti commented 1 year ago

Pull request type

Jira Link: INT-

How to test this PR

execute composer all-check

What is the new behavior?

The getAll returned value is more aligned with the js client (an array of items). With the third parameter, you can retrieve all the responses instead of the entries.

Other information