From: nicolasconnault Date: Thu, 23 Apr 2009 09:06:59 +0000 (+0000) Subject: MDL-15931 More unit tests of file_info_* classes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=577d5f9e32f8c594ba15dc442dd1ec89467aa52b;p=moodle.git MDL-15931 More unit tests of file_info_* classes --- diff --git a/lib/simpletest/testfilelib.php b/lib/simpletest/testfilelib.php index 2ea0e36421..c6ec9834fc 100644 --- a/lib/simpletest/testfilelib.php +++ b/lib/simpletest/testfilelib.php @@ -408,6 +408,5 @@ class test_file_info_module extends filelib_test { public function test_get_children() { $children = $this->fileinfo->get_children(); $this->assertEqual(0, count($children)); - $this->assertEqual(0, count($children)); } }