浏览代码

Fix tests.

mscherer 6 年之前
父节点
当前提交
0bc94df243
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      tests/TestCase/Utility/MimeTest.php

+ 4 - 0
tests/TestCase/Utility/MimeTest.php

@@ -164,6 +164,10 @@ class MimeTest extends TestCase {
 		foreach ($plugin as $key => $value) {
 		foreach ($plugin as $key => $value) {
 			$diff['pluginonly'][$key] = $value;
 			$diff['pluginonly'][$key] = $value;
 		}
 		}
+
+		$this->assertNotEmpty($diff['coreonly']);
+		$this->assertNotEmpty($diff['pluginonly']);
+		$this->assertNotEmpty($diff['modified']);
 	}
 	}
 
 
 }
 }