1
0
Fork 0

Removed the Symfony2 tests from the phar archive

Components' tests are now distributed with the code, making the
archive far bigger if we don't exclude them.
pull/523/head
Christophe Coevoet 2012-04-02 09:32:24 +03:00
parent 722724c2c3
commit d3d5c15e6f
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ class Compiler
$finder->files()
->ignoreVCS(true)
->name('*.php')
->exclude('Tests')
->in(__DIR__.'/../../vendor/symfony/')
->in(__DIR__.'/../../vendor/seld/jsonlint/src/')
->in(__DIR__.'/../../vendor/justinrainbow/json-schema/src/')