Skip to content

flandera/robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROBOT

Simple php application simulating a cleaning robot.

How to run

  • setup port and IP address in docker compose file
  • run docker-compose up
  • docker exec -it container_name bash
  • cd /var/www/robot
  • run Composer install

From CLI run commands:
php Robot.php clean --floor=carpet --area=70 -vvv

Test

run test from commandline inside container
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/

License

Robot is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages