diff options
author | admin <devnull@localhost> | 2006-10-01 21:02:29 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-01 21:02:29 +0200 |
commit | 24dd7e71d2587c4290c85bc85e0e181b29ab0539 (patch) | |
tree | 7455c1464ee2d1f4808261643dc8a727be3f8957 /user_guide/libraries/unit_testing.html | |
parent | a59c2a1ad6d12ae38dc36ff7f163468463961b4d (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 f7b1f2050..5e9cdd233 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_test');</code>
+<code>$this->load->library('unit');</code>
<p>Once loaded, the Unit Test object will be available using: <dfn>$this->unit</dfn></p>
|