Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 380 Bytes

File metadata and controls

31 lines (20 loc) · 380 Bytes

dojo-php-30-10-2024

Install

Run the command below to install the dependencies:

make composer-install

Run

Start docker containers:

make dc-up 

Test

Run the command below to run the tests:

make test

If new file is added to the project, run the command below to generate the coverage:

make composer-dump-autoload