JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added more unit tests
[wfpl.git] / unit_tests.php
index 89b54dd..c63e4cd 100644 (file)
@@ -43,7 +43,7 @@ function run_unit_tests($directory, $basenames) {
                message("running tests in $filename");
                $errors += file_run_unit_tests($filename);
        }
-       message("tests finished with $errors errors");
+       message("tests finished with $errors error" . enc_s($errors));
 }
 
 # Call this to unit test wfpl. By default it tests everything, or you can pass