X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=unit_tests%2Fformat.php;h=6d5de1515028f5aa51a9645313e5f39627378b28;hb=9a3136a5bee66e1055ffb566373952b6054dd7bf;hp=2e6ecb697b2f9b7bc7602cee03ba3ed92d795fd2;hpb=cc3a6b27d3a041f1a8f351df2941b705191aadee;p=wfpl.git diff --git a/unit_tests/format.php b/unit_tests/format.php index 2e6ecb6..6d5de15 100644 --- a/unit_tests/format.php +++ b/unit_tests/format.php @@ -16,12 +16,12 @@ # along with this program. If not, see . -# This file contains tests for functions in code/wfpl/format.php +# This file contains tests for functions in wfpl/format.php # -# See code/wfpl/test.php for details on how to run or create tests +# See wfpl/test.php for details on how to run or create tests -require_once('code/wfpl/format.php'); +require_once(__DIR__.'/../'.'format.php'); function _test_format_money($arg, $dollars_correct, $money_correct) { unit_test_func('format_dollars', $arg, $dollars_correct);