pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.12k stars 319 forks source link

PR for Error fixes and code improvement #1038

Closed saram-aman closed 7 months ago

saram-aman commented 7 months ago
  1. In SnapshotRepository:

    • Applied the readonly keyword correctly to class properties.
  2. In ChainableClosure:

    • Addressed errors caused by using $this in static methods by introducing an explicit object instance ($self) within closures.

Changes: