First take on unit tests.
Creates an event and compares the the input data with the database. Ticket #28
This commit is contained in:
parent
fc138fb910
commit
e44e7b6423
10 changed files with 1491 additions and 82 deletions
|
@ -14,3 +14,13 @@ web_profiler:
|
|||
|
||||
swiftmailer:
|
||||
disable_delivery: true
|
||||
|
||||
liip_functional_test: ~
|
||||
|
||||
doctrine:
|
||||
dbal:
|
||||
default_connection: default
|
||||
connections:
|
||||
default:
|
||||
driver: pdo_sqlite
|
||||
path: %kernel.cache_dir%/test.db
|
Reference in a new issue