craue / CraueFormFlowBundle

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

Exclude tests from Composer's classmap #311

Closed pulzarraider closed 6 years ago

pulzarraider commented 6 years ago

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 99.753% when pulling 9095e2dba6eb6112c320b8245e87b3d3d1ad63e8 on pulzarraider:patch-2 into e933192808203428cea49ae1d9080018d1d320cd on craue:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.753% when pulling 9095e2dba6eb6112c320b8245e87b3d3d1ad63e8 on pulzarraider:patch-2 into e933192808203428cea49ae1d9080018d1d320cd on craue:master.

craue commented 6 years ago

Would you rebase to 2.1.x?

pulzarraider commented 6 years ago

PR for 2.1.x - #312. Closing this in favor for that one.