Browse Source

Add missing function comment.

pull/352/head
Adam Vessey 12 years ago
parent
commit
e7c06af1a3
  1. 3
      tests/hooked_access.test

3
tests/hooked_access.test

@ -58,6 +58,9 @@ class IslandoraHookedAccessTestCase extends IslandoraWebTestCase {
parent::tearDown();
}
/**
* Create the test object(s) to use during the test.
*/
public function createTestObjects() {
foreach ($this->objects as $object_id) {
$object = $this->repository->constructObject($object_id);

Loading…
Cancel
Save