From 577d5f9e32f8c594ba15dc442dd1ec89467aa52b Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 23 Apr 2009 09:06:59 +0000 Subject: [PATCH] MDL-15931 More unit tests of file_info_* classes --- lib/simpletest/testfilelib.php | 1 - 1 file changed, 1 deletion(-) 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)); } } -- 2.39.5