thiagocordeiro / laravel-translator

Search translation keys and insert into json to be translated
MIT License
84 stars 22 forks source link

Upgrade to support Laravel modules #59

Open clackken opened 1 year ago

clackken commented 1 year ago

@thiagocordeiro I changed code on PHP 7.4 and PSR-12 code style but still can not past standard test process. Please check and guide me what I need to do ?

thiagocordeiro commented 1 year ago

@clackken you should be able to run the following command in your local machine, just run:

To run standard tests

composer run test:cs

To run static analysis

composer run test:stan

To run unit tests

composer run test:unit

To run all tests at once:

composer run tests