aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-08-16 15:48:17 -0300
committerSilvio <silvio@devlet.com.br>2010-08-16 15:48:17 -0300
commite7e7ea4467452f6e08cf79ca0a8e6b9e216407c6 (patch)
treea1c5013cece6f71ce332a4105190ab21dd0e171b /tests
parent2ec3b3c05e535ffacb1e10a64aa62ad057499d47 (diff)
downloadcinisis-e7e7ea4467452f6e08cf79ca0a8e6b9e216407c6.tar.gz
cinisis-e7e7ea4467452f6e08cf79ca0a8e6b9e216407c6.tar.bz2
Comments
Diffstat (limited to 'tests')
-rw-r--r--tests/read.php4
-rw-r--r--tests/test.php3
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/read.php b/tests/read.php
index 5281335..92dc1c3 100644
--- a/tests/read.php
+++ b/tests/read.php
@@ -7,7 +7,9 @@
<?php
// Import requisites.
require_once '../index.php';
-require_once 'includes/header.inc.php';
+
+// Draw the document.
+$display = new CinisisDisplayHelper('Isis Reader');
?>
<table><tr>
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();