Implemented UrlShortener main service

This commit is contained in:
Alejandro Celaya
2016-04-17 13:42:52 +02:00
parent 93c2c1298a
commit a9813b1ab9
9 changed files with 198 additions and 42 deletions

View File

@@ -47,6 +47,6 @@
"cs-fix": "phpcbf",
"serve": "php -S 0.0.0.0:8000 -t public/",
"test": "phpunit",
"pretty-test": "phpunit -c tests/phpunit.xml --coverage-html build/coverage"
"pretty-test": "phpunit --coverage-html build/coverage"
}
}