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

@@ -1,7 +1,7 @@
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="App\\Tests">
<directory>./test</directory>
<testsuite name="AcelayaTest">
<directory>./tests</directory>
</testsuite>
</testsuites>