diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2022-03-22 12:24:31 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2022-03-22 12:24:31 +0300 |
| commit | 1c4f7ab3b838b23afb2ee4dab14acbf75956e952 (patch) | |
| tree | 0a19274107d717efe92d2c0376cd3105fead5a11 /vendor/phpdocumentor/reflection-common/README.md | |
| parent | 711662948768492e8d05b778a7d80eacaec368d2 (diff) | |
* add phpunit as a dev dependency
* add some basic tests for UrlHelper::rewrite_relative()
* fix UrlHelper::rewrite_relative() to work better on non-absolute
relative URL paths
Diffstat (limited to 'vendor/phpdocumentor/reflection-common/README.md')
| -rw-r--r-- | vendor/phpdocumentor/reflection-common/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/phpdocumentor/reflection-common/README.md b/vendor/phpdocumentor/reflection-common/README.md new file mode 100644 index 000000000..70f830dc7 --- /dev/null +++ b/vendor/phpdocumentor/reflection-common/README.md @@ -0,0 +1,11 @@ +[](https://opensource.org/licenses/MIT) + +[](https://coveralls.io/github/phpDocumentor/ReflectionCommon?branch=master) +[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionCommon/?branch=master) +[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionCommon/?branch=master) +[](https://packagist.org/packages/phpDocumentor/Reflection-Common) +[](https://packagist.org/packages/phpDocumentor/Reflection-Common) + + +ReflectionCommon +================ |