schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Cleanup tests #523

Closed franmomu closed 4 years ago

franmomu commented 4 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License Apache2

Description

Just some small clean up, I'll try to keep PR small so it's easy to review.

I've removed the use of MessageSelector because in 3.4 there is no need to pass it, in 4.2 was deprecated and in 5.0 has been removed.

I'll may try later to add PHPCS to at least tests.

goetas commented 4 years ago

thanks