Commit Graph
5 Commits
Author SHA1 Message Date
Justin Hileman ff66639719 Add Symfony ClassLoader (needed for bootstrap) 2013-01-12 09:10:10 -08:00
Rolando Henry 4da2fe4331 changed submodule url to bypass proxy problem 2012-10-29 13:38:01 -07:00
Justin Hileman 8051acf8ac Switch submodules to use git:// repo urls. 2012-04-03 21:53:55 -07:00
Justin Hileman 4e733287cc Clean up vendor libraries. 2012-03-01 07:27:11 -08:00
Justin Hileman 596fb3c1d4 Adding test support for the mustache spec.
To run the spec tests, you must initialize the spec submodule:

    git submodule update --init

You can then run just spec tests, if that's the sort of thing you're into:

    cd test
    phpunit --filter Spec

This test currently skips Lambdas -- the Mustache.php implementation is still in a feature branch. It also skips recursive partials to keep [issue #11](http://hile.mn/bYIIYt) from breaking PHPUnit with infinite recursion.
2010-10-30 16:50:38 -04:00