From 24dd7e71d2587c4290c85bc85e0e181b29ab0539 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 1 Oct 2006 19:02:29 +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 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.

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_test'); +$this->load->library('unit');

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

-- cgit v1.2.3-24-g4f1b