ParameterHandler
ParameterHandler copied to clipboard
Allows realFile to be symLink
Allows #79
Q | A |
---|---|
Bug fix? | No |
New feature? | Yes |
BC breaks? | No |
Deprecations? | No |
Tests pass? | ? |
I tried running the tests but could not figure out how. If you could give me a pointer on that, I would be happy to run them.
@stof Have you looked into this? Are you considering on merging it?
@MECU As a quick solution for running the tests on this you can add the following line under the require-dev
section of the composer.json
file: "phpunit/phpunit": "4.5.0"
.
Then just run a composer update
and after that running the test suite should be as easy as executing: ./vendor/bin/phpunit
Hope this helps.