diff options
author | admin <devnull@localhost> | 2006-09-17 20:09:42 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-17 20:09:42 +0200 |
commit | c47289a3196587361ac5fbbd8acd216b1ba0b8dc (patch) | |
tree | bd1a4da14e64e23313312ae3ba69d68b3061fe14 /user_guide/libraries/unit_testing.html | |
parent | dac65764e5ead0bcc9e7fcb2477926d7a2c1dc95 (diff) |
Diffstat (limited to 'user_guide/libraries/unit_testing.html')
-rw-r--r-- | user_guide/libraries/unit_testing.html | 2 |
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>
|