ParameterHandler icon indicating copy to clipboard operation
ParameterHandler copied to clipboard

Allows realFile to be symLink

Open MECU opened this issue 9 years ago • 2 comments

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.

MECU avatar Nov 23 '15 16:11 MECU

@stof Have you looked into this? Are you considering on merging it?

Restless-ET avatar Dec 09 '15 15:12 Restless-ET

@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.

Restless-ET avatar Dec 09 '15 18:12 Restless-ET