sonata-project / cache

[Deprecated] Cache library
https://github.com/sonata-project/cache
MIT License
331 stars 29 forks source link

Remove internal test classes from autoloader #51

Closed core23 closed 8 years ago

core23 commented 8 years ago

I am targetting this branch, because test classes shouldn't be used by anybody.

Related to https://github.com/sonata-project/dev-kit/issues/179 Rebase of https://github.com/sonata-project/cache/pull/45

Changelog

### Removed
- internal test classes are now excluded from the autoloader

Subject

Tests for internal components shouldn't be loaded in production or extended by other bundles.