neptuo / is4wfw

PHP based CMS with multi domain support, virtual file system, library for team-sport fixtures and statistics, and many other features.
http://is4wfw.neptuo.com
Apache License 2.0
1 stars 0 forks source link

Test platform #509

Open maraf opened 1 year ago

maraf commented 1 year ago

Provide basic infrastructure for testing template parser and tag libraries.

<test:group name="libraries">
    <test:group name="variable">
        <test:case name="set">
            <php:set property="var:x" value="1" />

            <assert:equals expected="1" actual="var:x" />
        </test:case>
    </test:group>
</test:group>