summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/unit_testing.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-09 23:39:48 +0200
committeradmin <devnull@localhost>2006-10-09 23:39:48 +0200
commit8d3f977d2c1d4dc01a72c0add3b14ffc73a54762 (patch)
treea3fd9db93988cc2bd069c63e56bdfc5dd475d4a7 /user_guide/libraries/unit_testing.html
parentdaaa0c8403a80d325d3ce2b85c5be62067a3854b (diff)
Diffstat (limited to 'user_guide/libraries/unit_testing.html')
-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 aa7475870..9951c824d 100644
--- a/user_guide/libraries/unit_testing.html
+++ b/user_guide/libraries/unit_testing.html
@@ -76,7 +76,7 @@ to determine if it is producing the correct data type and result.
<p>Like most other classes in Code Igniter, the Unit Test class is initialized in your controller using the <dfn>$this->load->library</dfn> function:</p>
-<code>$this->load->library('unit');</code>
+<code>$this->load->library('unit_test');</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>