summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-12-22 14:53:53 +0100
committerDerek Allard <derek.allard@ellislab.com>2009-12-22 14:53:53 +0100
commit82d6ec41b5029141d10f30f5f6a791bbf7d14693 (patch)
tree6addd38f2064bdc0c21a64d8fbfe4e7984d1b655 /user_guide
parentb2cd11285aa9324c8aa0ccd682788f05c8773b54 (diff)
Added "is_object" into the list of unit tests capable of being run.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
-rw-r--r--user_guide/libraries/unit_testing.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index ed987ff3d..3ff05bb05 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -67,6 +67,7 @@ SVN Revision: </p>
<li>Documented a second argument in the <kbd>decode()</kbd> function for the <a href="libraries/encryption.html">Encryption Class</a>.</li>
<li>Fixed an error in the Zip library that didn't allow downloading on PHP 4 servers.</li>
<li>Fixed a language key in the profiler: "profiler_no_memory_usage" to "profiler_no_memory".</li>
+ <li>Added "is_object" into the list of unit tests capable of being run.</li>
</ul>
</li>
<li>Database
diff --git a/user_guide/libraries/unit_testing.html b/user_guide/libraries/unit_testing.html
index 21666071a..a30343fb5 100644
--- a/user_guide/libraries/unit_testing.html
+++ b/user_guide/libraries/unit_testing.html
@@ -104,6 +104,7 @@ $this->unit->run($test, $expected_result, $test_name);</code>
as the result. Here is a list of allowed comparison types:</p>
<ul>
+<li>is_object</li>
<li>is_string</li>
<li>is_bool</li>
<li>is_true</li>