X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=unit_tests%2Fencode.php;h=9aec5b5940f5589ecca88e4ebee313654e00630b;hp=911a8af47ffe03a53ef243cf48f0194cf2404c7b;hb=fe9a487e1b5ed0700481aee4609055dc6c47505d;hpb=23dfbcc20fc6d20fb5be211e5af50cdcb8565c8e diff --git a/unit_tests/encode.php b/unit_tests/encode.php index 911a8af..9aec5b5 100644 --- a/unit_tests/encode.php +++ b/unit_tests/encode.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/encode.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(__DIR__.'/'.'code/wfpl/encode.php'); +require_once(__DIR__.'/../'.'encode.php'); function _test_encode_pulled($field, $value, $correct) { unit_test_func('enc_pulled', $value, $field, $correct);