From 8d3f977d2c1d4dc01a72c0add3b14ffc73a54762 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 9 Oct 2006 21:39:48 +0000 Subject: --- user_guide/libraries/unit_testing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/unit_testing.html') 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.

Like most other classes in Code Igniter, the Unit Test class is initialized in your controller using the $this->load->library function:

-$this->load->library('unit'); +$this->load->library('unit_test');

Once loaded, the Unit Test object will be available using: $this->unit

You can also set your own class variable name. Please see the Loader Class for more info.

-- cgit v1.2.3-24-g4f1b