Skip to content

Instantly share code, notes, and snippets.

@rhildred
Last active December 19, 2015 16:38
Show Gist options
  • Save rhildred/5984685 to your computer and use it in GitHub Desktop.
Save rhildred/5984685 to your computer and use it in GitHub Desktop.
Gregor Gramlich's phpslim doesn't work with the latest version of fitnesse
The fix was to use the http://fitnesse.org/fitnesse.jar?responder=releaseDownload&release=20111026
version of fitnesse. Then it worked great following the instructions in the tutorial:
http://ggramlich.github.io/phpslim/installation.html.
I also found that my MAC running XAMPP wouldn't run a phar file properly. I had to set:
detect_unicode = Off
in my php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment