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:
Justin Hileman
2010-10-30 16:50:38 -04:00
parent e3c7afde46
commit 596fb3c1d4
4 changed files with 1166 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "test/spec"]
path = test/spec
url = http://github.com/mustache/spec.git