summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-17 20:09:42 +0200
committeradmin <devnull@localhost>2006-09-17 20:09:42 +0200
commitc47289a3196587361ac5fbbd8acd216b1ba0b8dc (patch)
treebd1a4da14e64e23313312ae3ba69d68b3061fe14
parentdac65764e5ead0bcc9e7fcb2477926d7a2c1dc95 (diff)
-rw-r--r--user_guide/libraries/unit_testing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/unit_testing.html b/user_guide/libraries/unit_testing.html
index 182e29e31..c11096139 100644
--- a/user_guide/libraries/unit_testing.html
+++ b/user_guide/libraries/unit_testing.html
@@ -185,7 +185,7 @@ $str = '<br />
$this->unit->set_template($str);
</code>
-
+<p class="important"><strong>Note:</strong> Your template must be declared <strong>before</strong> running the unit test process.</p>