X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=unit_tests%2Fdb.php;h=5077c8f06348192b7183feff57eacaa75c5d4293;hb=f6fdd9deec6c7815f5877270e746e1bd1201a726;hp=569ed0e97fe035658610ee25d9a258221506d329;hpb=cc3a6b27d3a041f1a8f351df2941b705191aadee;p=wfpl.git diff --git a/unit_tests/db.php b/unit_tests/db.php index 569ed0e..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('code/wfpl/db.php'); +require_once(__DIR__.'/../'.'db.php'); function test_db_reposition($table = 'reposition') { db_delete($table);