Skip to content

Instantly share code, notes, and snippets.

Set up PHPUnit

Upgrade PEAR itself:

$ pear install PEAR

Do not use pear upgrade. For me, this installed a version of pear.symfony-project.com/YAML that is incompatible with PHPUnit 3.6.

Install PHPUnit

@alexbepple
alexbepple / gist:5296282
Created April 2, 2013 21:16
prep for JS TDD
@alexbepple
alexbepple / google-calendar.css
Created September 13, 2011 06:38
Slim down Google Calendar
#srreg {
top: -1px;
}
#vr-header {
height: 27px;
}
#vr-header .domainlogo {
visibility: hidden;
public class NonBuildingStoryReporterBuilder extends StoryReporterBuilder {
@Override
public Map<String, StoryReporter> build(List<String> storyPaths) {
return new HashMap<String, StoryReporter>();
}
}
return join(twist(wordsIn(string)), SPACE);