storyblok / storyblok-php-client

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

INT 283 - Add tests to improve maintainability #46

Closed joaokamun closed 2 years ago

joaokamun commented 2 years ago

This PR adds tests to improve maintainability of our codebase. We defined previously that we're going to use Pest PHP and our minimum php support will be 7.3.

This PR don't fully coverage our code yet.

Also want to highlight the work of @roberto-butti, that was base of many parts of this PR.

Pull request type

How to test this PR

Run our tests: ./vendor/bin/pest

roberto-butti commented 2 years ago

You are doing a great job. After introducing tests, we will introduce also static code analysis with PHPstan ... 🚀 🚀 🚀

joaokamun commented 2 years ago

This PR also fixes: #19