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.07k stars 315 forks source link

[2.x] Track vendor changes #1081

Closed nuernbergerA closed 5 months ago

nuernbergerA commented 5 months ago

we override some vendor file to keep track of changes of those file we keep the hash to compare it later

i had to move two files to match the vendor file structure

nunomaduro commented 5 months ago

This is crazy smart btw! Do you plan to finish this? Or should I do something?

nuernbergerA commented 5 months ago

@nunomaduro im handing this over to you. the question is if you wanna run this test on every matrix-run or however you wanna be notified about changes

nunomaduro commented 5 months ago

on every matrix-run

This one.

nuernbergerA commented 5 months ago

@nunomaduro can you help here with the snapshot situation?