An open API service indexing awesome lists of open source software.

https://github.com/pc-magas/rover_recruitment_test

A recruitment test used for roiver movement.
https://github.com/pc-magas/rover_recruitment_test

Last synced: 2 months ago
JSON representation

A recruitment test used for roiver movement.

Awesome Lists containing this project

README

        

# Rover PHPUNIT Recruitment Test

Emulating Commands provided to a Mars Rover as the recruitment states use.

# How to Run:

1. Copy the `.env.dist` into `.env`.
2. Set the values into the `.env` as comments show.
3. Run `docker-compose up -d`.
4. Launch a Bash shell via `docker-compose exec -ti php bash`.
5. Launch the unit tests via `./vendor/bin/phpunit`.

If classes are not being autoloaded then run first: `composer dump-autoload -o` inside the image's shell.