Fix over-zealous test excludes in PharCompiler

This commit is contained in:
dana 2016-07-24 16:22:31 -05:00
parent c8deccc83d
commit 36d2d6d99d

View file

@ -370,8 +370,7 @@ class PharCompiler {
->exclude('docs')
->exclude('test')
->exclude('tests')
->exclude('Test')
->exclude('Tests')
->notPath('/^[^\/]+\/[^\/]+\/Tests?\//')
->notName('*.c')
->notName('*.h')
->notName('*.m4')