Julien BIANCHI
Julien BIANCHI
``` php $data = $this->{$this->dataProviders[$testMethod]}(); ``` becomes ``` php $data = $this->{$this->dataProviders[$testMethod]}\mageekguy\atoum\instrumentation\coverage::markJoin('mageekguy\atoum\test::runTestMethod', 12);(); ``` From [mageekguy\atoum\test#L1043](https://github.com/atoum/atoum/blob/master/classes/test.php#L1043)
It would be handy to be able to write rules using tokens' string value and/or ID: ``` php $rules[] = array( array(T_RETURN, $โฆ, ';'), array('mark_line(__LINE__)', ';', 'return ', '\2', ';'),...
To solve some bugs and avoid duplicating rules, I think we should be able to define negation in rules like: To solve this bug, I think we should be able...
Add "Le Bordel", an awesome comedy club
As @ratibus pointed out, we should add more consistency in the anchour configuration. Some steps uses different names for things that matches the same concept. E.g: ``` yml commands: deploy:...
I don't actually know if `screen` may cause similar bugs as `tmux` but perhaps it might be useful to check if we are running in it. Just like we did...
@vonglasow reported a problem using `newTestedInstance`/`newInstance` on PHP classes for which the reflection is not correct: ``` php