Browse Source

Fix spelling mistake in test name.

pull/665/head
Jonathan Green 8 years ago
parent
commit
a27aa593d2
  1. 2
      tests/utilities.test

2
tests/utilities.test

@ -16,7 +16,7 @@ class IslandoraSortOrderedTestCase extends DrupalUnitTestCase {
public static function getInfo() {
return array(
'name' => 'islandora_sort_ordered()',
'description' => 'Performs unit tests on islandora_sort_oredered().',
'description' => 'Performs unit tests on islandora_sort_ordered().',
'group' => 'Islandora',
);
}

Loading…
Cancel
Save