X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=unit_tests%2Fdb.php;h=a7499702c922a20b41f4a3d4770a5bc1df4e5a88;hb=900e09b8300463e3dd42e89c21de181520513e95;hp=569ed0e97fe035658610ee25d9a258221506d329;hpb=cc3a6b27d3a041f1a8f351df2941b705191aadee;p=wfpl.git diff --git a/unit_tests/db.php b/unit_tests/db.php index 569ed0e..a749970 100644 --- a/unit_tests/db.php +++ b/unit_tests/db.php @@ -1,27 +1,17 @@ . +# This program is in the public domain within the United States. Additionally, +# we waive copyright and related rights in the work worldwide through the CC0 +# 1.0 Universal public domain dedication, which can be found at +# http://creativecommons.org/publicdomain/zero/1.0/ -# 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/db.php'); +require_once(__DIR__.'/../'.'db.php'); function test_db_reposition($table = 'reposition') { db_delete($table);