friends-of-presta / fop_console

Prestashop Module providing a set of shell/terminal commands for developers (PrestaShop 1.7.5+)
Academic Free License v3.0
84 stars 35 forks source link

provide a minimal stupid phpunit test to #227

Open SebSept opened 2 years ago

SebSept commented 2 years ago

to avoid mistakes like this : https://github.com/friends-of-presta/fop_console/commit/c4beb7bba2877315340f3eb02886f3e3e2c668c7

I copied a wrong file, so the whole ./bin/console was broke (2 time classes with the same name).

A simple stupid, phpunit test, that does nothing but load the classes may avoid this.