SymfonyTest/symfony-bundle-test

BaseBundleTestCase removal was not documented

Closed this issue ยท 2 comments

In 1ea1ed9 the BaseBundleTestCase was removed, but that was not documented on the CHANGELOG.

As it was part of /src before in 1.x, maybe the preferred approach on how to upgrade to 2.x can get documented as well?

maybe the preferred approach on how to upgrade to 2.x can get documented as well?

In a library this simple it's probably better to just rewrite your test to match the README?

Yes, in the upgrade process that is how we fixed this, so I'm definitely not against the fact that BaseBundleTestCase was removed (composition > inheritance ๐Ÿ‘ ๐Ÿ˜‰).