Browse Source

Fix tests.

mscherer 6 years ago
parent
commit
0bc94df243
1 changed files with 4 additions and 0 deletions
  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']);
 	}
 
 }