laravel / tinker

Powerful REPL for the Laravel framework.
https://laravel.com/docs/artisan#tinker
MIT License
7.33k stars 130 forks source link

[1.0] Use PSR-1 in PHPunit TestCase #32

Closed carusogabriel closed 6 years ago

carusogabriel commented 6 years ago

Use PSR-1 while extending PHPUnit TestCase class. This will help us when to migrate to PHPUnit 6, that no longer support snake case namespaces.