X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=unit_tests%2Fdb.php;h=5077c8f06348192b7183feff57eacaa75c5d4293;hb=56892b42cb4895e601c8de375d833806772673e9;hp=5fd4a49cf1e38a5d18762c803408c5e7b670a658;hpb=e057305351d93155bf9f0d2c664b6eb859d83bf4;p=wfpl.git 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);