johnkary / phpunit-speedtrap

Reports on slow-running tests in your PHPUnit test suite
MIT License
782 stars 62 forks source link

Replace double points with two double points for copy and past #80

Closed PascalThesing closed 3 years ago

PascalThesing commented 3 years ago

To enable copy and past of a slow test into the phpunit filter argument, a double point is missing.

image

johnkary commented 3 years ago

@PascalThesing Thank you for this idea and this PR!

Looks like the slowness report also needs additional backslashes to get full copy/paste runnable class names. I'll merge this PR as Step 1. I'll work on adding full support for this idea.