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) {
 			$diff['pluginonly'][$key] = $value;
 		}
+
+		$this->assertNotEmpty($diff['coreonly']);
+		$this->assertNotEmpty($diff['pluginonly']);
+		$this->assertNotEmpty($diff['modified']);
 	}
 
 }