buggregator / trap

Buggregator local debug server for PHP projects as composer package
https://buggregator.dev
BSD 3-Clause "New" or "Revised" License
113 stars 8 forks source link

Integrate PestPHP for Enhanced Testing Support #80

Closed lotyp closed 3 months ago

lotyp commented 3 months ago

Summary

I propose integrating PestPHP into buggregator/trap.

PestPHP is known for its elegant syntax and pretty console outputs, enhancing both readability and debugging capabilities.

Reference Example

Please refer to this repository for a guide on integrating PestPHP with Laravel packages: Laravel Package Template with PestPHP.

Benefits

lotyp commented 3 months ago

Sorry guys but I will take this 😀

roxblnfk commented 3 months ago

Don't convert unit tests into pest syntax. The pest syntax is terrible

lotyp commented 3 months ago

Added in: https://github.com/buggregator/trap/pull/81