vonglasow
vonglasow
It works well when I use the inline engine and I can debug my code but If I use the concurrent engine I cannot break on breakpoint. ``` sh /v/w/d/tdd...
This issue to discuss about the possibility to use phpdbg for code coverage instead of xdebug. As this benchmark explain http://blog.remirepo.net/post/2015/11/09/PHPUnit-code-coverage-benchmark phpdbg is faster than xdebug which will increase the...
exemple if I test this class ``` php
This asserter works well but display not enough information and we need to dump all data to know more. It will be useful to increase the verbocity of the output...
First allow the application in the settings Add bors.toml with right configuration on all libraries listed below: # Pull request created - [x] [Acl](https://github.com/hoaproject/Acl) - [x] [Bench](https://github.com/hoaproject/Bench) - [ ]...
Since now, we used Rüsh Release[1 & 2] which was a good combination between Rolling Release[3] and Semantic versioning[4]. As now, we don't need more Rolling Release we have decided...
When operators are evaluated, we can found some asserter false. This patch add a management of errors in the asserter. Operators name and value is added in errors stack to...
Take an example ``` php // The User object. class User { const DISCONNECTED = 0; const CONNECTED = 1; public $group = 'customer'; public $points = 42; protected $_status...