(add order template mockup)

This commit is contained in:
Adam Wathan
2017-02-08 15:22:01 -05:00
parent 09e1d5a11d
commit 825a3da157
10 changed files with 219 additions and 2 deletions

View File

@@ -18,6 +18,11 @@
<directory suffix=".php">./app</directory>
</whitelist>
</filter>
<groups>
<exclude>
<group>integration</group>
</exclude>
</groups>
<php>
<env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="array"/>