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.
- Host: GitHub
- URL: https://github.com/pc-magas/rover_recruitment_test
- Owner: pc-magas
- Created: 2019-05-22T20:47:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T12:22:00.000Z (about 6 years ago)
- Last Synced: 2024-04-19T09:56:30.782Z (about 1 year ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.