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.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "test/spec"]
|
||||
path = test/spec
|
||||
url = http://github.com/mustache/spec.git
|
||||
Reference in New Issue
Block a user