Skip to content

nixby/foodora-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foodora-test

Installation instructions

php composer.phar install to be able to use autoloading and install phpunit to test.

DB configuration

Update your database configuration in the src/DBConfig.php file.

Running scripts

  • To migrate data from vendor_special_day to vendor_schedule table:

php src/ConvertDataCommand.php

  • To restore original data back to vendor_schedule table:

php src/RestoreDataCommand.php

Running tests

php phpunit src/tests/.php

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages