-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.15, 4.3.5, 4.4.1, 4.5.2
mod/glossary/tests/concept_cache_test.php:
$this->arrayHasKey($concepts1[0], $glossary1a->id);
|
Should be:
$this->assertArrayHasKey($glossary1a->id, $concepts1[0]);
|