Path : /proc/self/root/usr/local/cwpsrv/var/services/twig/test/Twig/Tests/Fixtures/functions/ |
Current File : //proc/self/root/usr/local/cwpsrv/var/services/twig/test/Twig/Tests/Fixtures/functions/min.test |
--TEST-- "min" function --TEMPLATE-- {{ min(2, 1, 3, 5, 4) }} {{ min([2, 1, 3, 5, 4]) }} {{ min({2:"two", 1:"one", 3:"three", 5:"five", 4:"for"}) }} --DATA-- return array() --EXPECT-- 1 1 five