X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=unit_tests%2Fdb.php;h=5077c8f06348192b7183feff57eacaa75c5d4293;hp=5fd4a49cf1e38a5d18762c803408c5e7b670a658;hb=fe9a487e1b5ed0700481aee4609055dc6c47505d;hpb=23dfbcc20fc6d20fb5be211e5af50cdcb8565c8e diff --git a/unit_tests/db.php b/unit_tests/db.php index 5fd4a49..5077c8f 100644 --- a/unit_tests/db.php +++ b/unit_tests/db.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(__DIR__.'/'.'code/wfpl/db.php'); +require_once(__DIR__.'/../'.'db.php'); function test_db_reposition($table = 'reposition') { db_delete($table);