lstrojny / phpunit-clever-and-smart

Smarter test runner for PHPUnit
170 stars 13 forks source link

low prio: cleanup use statements #22

Open staabm opened 10 years ago

staabm commented 10 years ago

some classes define some crazy and un-used use statements. cleanup on next sweep.

e.g. https://github.com/lstrojny/phpunit-clever-and-smart/blob/master/src/PHPUnit/Runner/CleverAndSmart/Storage/Sqlite3Storage.php#L4-L9

lstrojny commented 10 years ago

Good idea. Also running code sniffer might be well worth it

staabm commented 10 years ago

the pointed lines are mostly correct though, on a second look ;-)

staabm commented 10 years ago

proposal: integrate with

https://scrutinizer-ci.com

lstrojny commented 10 years ago

Makes sense as well, except that you can’t run your own codesniffer rules on it AFAIR. And I love https://github.com/InterNations/kodierungsregelwerksammlung :)