Willem
Willem
The following test will crash PHPUnit if phpunit-clever-and-smart is registered as a test listener: ``` php /** * Class ExampleCrashTest * * @requires function i_dont_exist */ class ExampleCrashTest extends PHPUnit_Framework_TestCase...
PayPal IPN messages are usually sent as Windows-1252 character set. However, our application uses UTF-8 internally and I guess most application do. An automatic character set conversion would be really...
Got the following error running Consise: ``` vendor-dev/bin/concise --configuration tests/phpunit.xml --group "translations" PHP Warning: file_get_contents(/var/www/my-project/vendor-dev/elliotchance/concise/src/Concise/Core/../../../../../../vendor/composer/installed.json): failed to open stream: No such file or directory in /var/www/mccs/vendor-dev/elliotchance/concise/src/Concise/Core/Version.php on line 39 ```...
Some improvements that can be made: * If the lock fails to be acquired on a majority of servers, immediately abort the lock. * Only release locks on servers where...
Predis abstracts the multi-redis server setup, but this package can also take multiple predis connections and do the abstraction itself. Which one would be "better" for a locking package?
```./vendor/bin/parallel-lint --colors -j 8 -e php,php-example,phtml --exclude tmp --exclude vendor PHP Parallel Lint version 1.0.0 ------------------------------- Usage: parallel-lint [sa] [-p php] [-e ext] [-j num] [--exclude dir] [files or directories]...
Would be great if `hrtime()` could also work.
It would be great if this package could detect usages of classes from `autoload-dev` in regular code, just like it detects usage from dependencies. For example, we have some base...
We're no longer accepting anything in this field, it will all be automatically determined.