vonglasow

Results 12 issues of vonglasow

Address hoaproject/Central#81.

in progress

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...

bug

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...

feature request

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...

enhancement

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...

in progress
difficulty: medium

Address hoaproject/Central#81.

in progress

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...

enhancement
in progress
difficulty: medium

Take an example ``` php // The User object. class User { const DISCONNECTED = 0; const CONNECTED = 1; public $group = 'customer'; public $points = 42; protected $_status...

enhancement
ready
difficulty: medium