Commit 7ad25b2a authored by Igor Wiedler's avatar Igor Wiedler

exclude pimple tests from phar

parent ef499980
...@@ -47,7 +47,7 @@ class Compiler ...@@ -47,7 +47,7 @@ class Compiler
->name('*.php') ->name('*.php')
->notName('Compiler.php') ->notName('Compiler.php')
->in(__DIR__.'/..') ->in(__DIR__.'/..')
->in(__DIR__.'/../../vendor/pimple') ->in(__DIR__.'/../../vendor/pimple/lib')
->in(__DIR__.'/../../vendor/Symfony/Component/ClassLoader') ->in(__DIR__.'/../../vendor/Symfony/Component/ClassLoader')
->in(__DIR__.'/../../vendor/Symfony/Component/EventDispatcher') ->in(__DIR__.'/../../vendor/Symfony/Component/EventDispatcher')
->in(__DIR__.'/../../vendor/Symfony/Component/HttpFoundation') ->in(__DIR__.'/../../vendor/Symfony/Component/HttpFoundation')
......
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