summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/unit_testing.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-09 23:29:07 +0200
committeradmin <devnull@localhost>2006-10-09 23:29:07 +0200
commitb1fddc051af66a0a41a709862dd84d06139e2325 (patch)
tree373907951ae91b7a45165388aa3966b3b4363068 /user_guide/libraries/unit_testing.html
parent2f0bac87c73febde8019e7cbab541905bcb0e5dd (diff)
Diffstat (limited to 'user_guide/libraries/unit_testing.html')
-rw-r--r--user_guide/libraries/unit_testing.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/libraries/unit_testing.html b/user_guide/libraries/unit_testing.html
index 11a8fc26c..aa7475870 100644
--- a/user_guide/libraries/unit_testing.html
+++ b/user_guide/libraries/unit_testing.html
@@ -78,6 +78,7 @@ to determine if it is producing the correct data type and result.
<code>$this->load->library('unit');</code>
<p>Once loaded, the Unit Test object will be available using: <dfn>$this->unit</dfn></p>
+<p>You can also set your own class variable name. Please see the <a href="loader.html">Loader Class</a> for more info.</p>
<h2>Running Tests</h2>