Mark Scherer 10 年之前
父节点
当前提交
5acb60fdac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Test/Case/Lib/MimeLibTest.php

+ 1 - 1
Test/Case/Lib/MimeLibTest.php

@@ -49,7 +49,7 @@ class MimeLibTest extends MyCakeTestCase {
 		$this->assertTrue(is_array($res) && count($res) === 2);
 
 		$res = $this->Mime->getMimeType('csv', false);
-		$this->assertTrue(is_array($res) && count($res) > 2);
+		$this->assertTrue(is_array($res) && count($res) > 1);
 	}
 
 	/**