@Purple I ripped out some unit tests from a project recently because I couldn't see any use for them (e.g. one test had PHPUnit create an object based on a trait, then check it implements the trait... which means it's literally testing PHPUnit's ability to create mocks instead of doing anything useful).
After a while staring at the code and wondering why on earth anyone would have written it, I noticed a comment at the top of the file saying it was generated by Claude ๐ซ