damien-carcel / UserBundle

DEPRECATED - A ready to use Symfony 3+ UserBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Integration and acceptance tests configuration

damien-carcel opened this issue · comments

Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? no
UserBundle version 1.0

Don't add the tests themselves, only what is needed to run them.

  • Update the dependencies to remove the framework-bundle, keep only needed components, and Symfony v4
  • Organize the tests
    • phpspec is used for unit tests
    • behat is used for acceptance and integration tests

Look at https://github.com/damien-carcel/app-skeleton/tree/symfony-api for tests organization.