JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix require_once() paths
[wfpl.git] / unit_tests / db.php
index 569ed0e..5fd4a49 100644 (file)
@@ -21,7 +21,7 @@
 # See code/wfpl/test.php for details on how to run or create tests
 
 
-require_once('code/wfpl/db.php');
+require_once(__DIR__.'/'.'code/wfpl/db.php');
 
 function test_db_reposition($table = 'reposition') {
        db_delete($table);