Andrewsville / PHP-Token-Reflection

Library emulating the PHP internal reflection using just the tokenized source code
http://andrewsville.github.com/PHP-Token-Reflection/
Other
190 stars 44 forks source link

Please provides test #68

Open remicollet opened 9 years ago

remicollet commented 9 years ago

Since e4eff1da61033036bea2bdeb451ebe39a5eef500 test suite is no more include in tarball.

Please include them, they are useful for downstream.

sminnee commented 9 years ago

@remicollet if you'd like the tests, you can get them by cloning the git repo. is there a reason that it is difficult for you to install from source?

I assume that you're using composer - you can the git repo rather than the tarball with the --prefer-source argument.

I'm curious as to your use-case mainly because I'm considering whether to drop docs & tests from another project.

remicollet commented 9 years ago

No, I don't use composer.

use-case : downstream distribution (RPM package) and integration with Fedora CI See http://blog.remirepo.net/post/2014/08/12/Koschei-continuous-integration-of-PHP-stack-in-Fedora