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