Commit 0a74dcda authored by Christophe Coevoet's avatar Christophe Coevoet

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.
parent 183743a5
...@@ -51,6 +51,7 @@ class Compiler ...@@ -51,6 +51,7 @@ class Compiler
->ignoreVCS(true) ->ignoreVCS(true)
->name('*.php') ->name('*.php')
->notName('Compiler.php') ->notName('Compiler.php')
->exclude('Tests')
->in(__DIR__.'/..') ->in(__DIR__.'/..')
->in(__DIR__.'/../../vendor/pimple/pimple/lib') ->in(__DIR__.'/../../vendor/pimple/pimple/lib')
->in(__DIR__.'/../../vendor/symfony/class-loader/Symfony/Component/ClassLoader') ->in(__DIR__.'/../../vendor/symfony/class-loader/Symfony/Component/ClassLoader')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment