David Schoen
David Schoen
This is due to: https://github.com/Maher4Ever/phpunit-progress/issues/1
Setting eol back to `\n` is an adequate work around for me: 
Sure. 5. Open `open-on-github/menus/open-on-github.cson` in the editor (using command-P) 6. Choose "Open On GitHub: File" from the command pallete 7. Focus changes to a new tab in Chrome, opening `https://github.com/atom/atom/blob/master/open-on-github/menus/open-on-github.cson#L1`
I'm pretty sure it's just the command that opens the directories initially that matters, e.g if I change step 4 to `atom . open-on-github` (i.e explicitly opening both repo roots)...
Adding: ```php protected function getParameterName(ReflectionParameter $param) { $name = $param->getName(); if (!empty($name)) return $name; return "param".$param->getPosition(); } ``` to [MockClass.php](https://github.com/mlively/Phake/blob/master/src/Phake/ClassGenerator/MockClass.php) and then calling it from the two places that use...
Checking out v2.3.2 and running phpunit gets to a memcache test and then crashes: ``` ... Starting test 'PhakeTest::testStubbingMemcacheSetMethod'. PHP Parse error: syntax error, unexpected '$', expecting variable (T_VARIABLE) in...
@mlively Could I get any feedback on whether there's something I can improve in the PR to progress this faster?
I've been trying to reproduce this but haven't managed anything yet. My next step will be to add some working (at least on my laptop :p ) examples to the...
Those are response headers, the server didn't send a cookie...
I think I really want this too. My use case is that I have files representing people (who I need to do stuff for) or projects (that are big lists...