thedatahub / Datahub

Datahub - A standards compliant metadata aggregator platform
GNU General Public License v3.0
9 stars 6 forks source link

[Unit testing] Move internal bundle tests to the root tests folder #54

Open netsensei opened 6 years ago

netsensei commented 6 years ago

Detailed description

Currently, all the tests are spread out over the various internal bundles (a tests folder per bundle). It would be better to move the test classes to the more general tests folder which lives in the root of the Symfony project.

Context

This change is important because:

Possible implementation

netsensei commented 5 years ago

We moved all tests to a seperate tests/ folder. But we still have work left with managing fixtures. These are currently still a part of the src bundles, not the tests bundles.