X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=unit_tests.php;fp=unit_tests.php;h=97df9115eb884a61f5bc2f4e3cc5131f188811d3;hb=4701b125596e7f9da31a9f0954f22b018a4994cf;hp=0808fa4e4be5befa06600d5e65c68e32f47edccf;hpb=b06120b7272f31b715fdec90f12e1a02956cdca2;p=wfpl.git diff --git a/unit_tests.php b/unit_tests.php index 0808fa4..97df911 100644 --- a/unit_tests.php +++ b/unit_tests.php @@ -49,7 +49,7 @@ function run_unit_tests($directory, $basenames) { # Call this to unit test wfpl. By default it tests everything, or you can pass # a space-separated list of the basenames of the files in code/wfpl/unit_tests/ # that you'd like to run. -function unit_test_wfpl($basenames = 'format db') { +function unit_test_wfpl($basenames = 'format db misc') { tem_load('code/wfpl/unit_tests/template.html'); run_unit_tests('code/wfpl/unit_tests', $basenames); display_messages();