Jan Tvrdík
Jan Tvrdík
Why close this?
You can use `scalar` to make it shorter `scalar|object|array|resource`.
ref http://www.php.net/security/crypt_blowfish.php
Isolated to https://3v4l.org/gTXsR, seems like a PHP bug.
@milo I don't remember opening any bug so it's possible that it has never been reported.
Just found in PHP documentation > If you have opened the file in append (a or a+) mode, any data you write to the file will always be appended, regardless...
Another output idea ``` Failed: ['fields'][4] = 'foo' should be ['fields'][4] = 'bar' in testFlowUsCompany() ``` This should be easier to implement.
Can you explain the use case? What problem does this solve?
> Discussed here https://f3l1x.slack.com/messages/C69LKE8P2 That seems private.
Alternative (and quite possibly better approach) is to add new CLI option to print tests names to stdout and let them be processed by another tool. For example Circle CI...