Merge pull request #523 from stof/patch-1
Removed the Symfony2 tests from the phar archivepull/528/head
commit
245a7ca845
|
@ -71,6 +71,7 @@ class Compiler
|
||||||
$finder->files()
|
$finder->files()
|
||||||
->ignoreVCS(true)
|
->ignoreVCS(true)
|
||||||
->name('*.php')
|
->name('*.php')
|
||||||
|
->exclude('Tests')
|
||||||
->in(__DIR__.'/../../vendor/symfony/')
|
->in(__DIR__.'/../../vendor/symfony/')
|
||||||
->in(__DIR__.'/../../vendor/seld/jsonlint/src/')
|
->in(__DIR__.'/../../vendor/seld/jsonlint/src/')
|
||||||
->in(__DIR__.'/../../vendor/justinrainbow/json-schema/src/')
|
->in(__DIR__.'/../../vendor/justinrainbow/json-schema/src/')
|
||||||
|
|
Loading…
Reference in New Issue