craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

Exclude tests from Composer's classmap #312

Closed pulzarraider closed 6 years ago

pulzarraider commented 6 years ago

PR for 2.1.x branch.

This is a little performance improvement. If the optimised dumped classmap is generated, the tests should not be part of it. Excluding unit tests is very common in Symfony's bundles

Documentation: https://getcomposer.org/doc/04-schema.md#exclude-files-from-classmaps

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 92.842% when pulling 226f68d39b48dc9f88da32fbd64dc6b6b437d69f on pulzarraider:patch-3 into 29fe7f56c280c413e484f61dab3b94d652ee2c50 on craue:2.1.x.

craue commented 6 years ago

Thank you, @pulzarraider.