Skip to content

Commit

Permalink
tests added
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoulgrave committed Nov 18, 2016
1 parent 4c68038 commit 06c1cc0
Show file tree
Hide file tree
Showing 7 changed files with 1,563 additions and 20 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"irazasyed/telegram-bot-sdk": "^2.1",
"silex/silex": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "5.5.*",
"symfony/browser-kit": "^3.1"
},
"authors": [
{
"name": "Agustin Houlgrave",
Expand All @@ -16,5 +20,10 @@
"psr-4": {
"Telegram\\Bot\\Silex\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Telegram\\Bot\\Silex\\Test\\": "tests/"
}
}
}
Loading

0 comments on commit 06c1cc0

Please sign in to comment.