Eric Braun
Eric Braun
After creating an identity, a confirm code has to be generated and send it as email. This confirm code can allow identity for login and activate user. If identity was...
Unfortunately PHPStorm is not able to work out if a symlink is spotting to a phar file. In my case this removes the autocomplete feature for unit tests, since PHPStorm...
Under some circumstances it is necessary to be aware to current provided lookup_string. e.g. ``` json { "providers": [ { "name": "template_files", "items": [ { "type_text": "template filename", "target": "file://app/resources/templates/$1"...
The current implementation for RPC server / client allows only the json schema. How about to add the possibility to use the XML-RPC schema and translate it to php objects?...
Hi @christeredvartsen! Your current implementation for json tests are not really flexible. I would recommend another approach for a test expression. How about a new behavior like `@Then JSONPath :path...