bastien-wink / okazeo-alert

0 stars 0 forks source link

Add unit tests for OkkazeoCrawler.php #9

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds unit tests for the OkkazeoCrawler.php class in the src/Services directory. The tests cover each public method of the class and use PHPUnit's assertion methods to verify the output against expected results. Mock objects are used to isolate the unit of code being tested.

Summary of Changes

Please review and merge this PR to add unit tests for the OkkazeoCrawler.php class.

Fixes #8.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/add-unit-tests