Alex
Alex
Ah, maybe I've overcomplicated things. What I was actually doing: 1. accessing the VM via OS's SSH Client > going to the `/home/username/folder` folder > executing my commands; 2. accessing...
@robocoder , pleas review.
@robocoder , please review.
@robocoder , please review.
Thank you.
@pbonnefoi, what changes in this repository should be made based on this information?
In the `.behat.yml` you'll also need to change `goutte: ~` to the `browserkit_http: ~`. The only documentation I was able to find for this is: https://github.com/FriendsOfBehat/MinkExtension/blob/master/doc/index.rst .
I guess there will be another PR to the test suite that will skip usage of the `imagedestroy` and `curl_close` functions on PHP > 8.0. Without this build for PHP...
Maybe the approach taken by BetterReflection can be used: https://github.com/Roave/BetterReflection/blob/0f82edc5d371730e530de90a5e3ce4de576cbb7d/src/Reflection/ReflectionClass.php#L1494 . We already have trait adaptations stored and just need to inject trait constants/properties/method back into class reflection, that uses...
I'm also interested. I'm using this library In the https://github.com/console-helpers/code-insight project. The `ReflectionFile` class concept of this library is a killer feature because it allows me to detect all supported...