aboutsummaryrefslogtreecommitdiff
path: root/tests/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.php')
-rw-r--r--tests/test.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test.php b/tests/test.php
index fd2ac99..5a96e3b 100644
--- a/tests/test.php
+++ b/tests/test.php
@@ -7,10 +7,11 @@
<?php
// Import requisites.
require_once '../index.php';
-require_once 'includes/header.inc.php';
?>
<?php
+// Draw the document.
+$display = new CinisisDisplayHelper('Isis Test');
// Get a db instance.
$isis = new CinisisDb();