webfactory / symfony-application-tests

Contains several generic test scenarios that can be applied to Symfony applications.
MIT License
10 stars 1 forks source link

SecureAnnotationTest: Check only services from application #9

Closed Matthimatiker closed 9 years ago

Matthimatiker commented 9 years ago

Check only the services that are directly defined by the application for valid role annotations. Services from external bundles might use Tags/Annotations that are not supported. Example: HTMLPurifier_Config

Entry point: \Webfactory\Tests\Integration\SecureAnnotationTest::getServiceClasses

Matthimatiker commented 9 years ago

Fixed.