- Install
composer
globally, then runcomposer install
to install all dependencies. - Copy
.env.example
into.env
. - Run
vendor/bin/phpunit
to run tests.
Note: Comment line (new Notify())->notify(new TheChosenOnes($employee1, $employee2));
in Cleaner.php
while testing so that Slack is not notified
Using Laravel.
.