First take on unit tests.

Creates an event and compares the the input data with the database.

Ticket #28
This commit is contained in:
Tim Schumacher 2016-06-26 13:48:47 +02:00
parent fc138fb910
commit e44e7b6423
10 changed files with 1491 additions and 82 deletions

View file

@ -39,7 +39,10 @@
"sabre/vobject": "^4.1"
},
"require-dev": {
"sensio/generator-bundle": "~3.0"
"sensio/generator-bundle": "~3.0",
"phpunit/phpunit": "^5.4",
"liip/functional-test-bundle": "^1.6",
"doctrine/doctrine-fixtures-bundle": "^2.3"
},
"scripts": {
"post-root-package-install": [