From e7c06af1a3f01fe75f2e28e16dfa8283fadb19c1 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Tue, 11 Jun 2013 16:12:40 -0300 Subject: [PATCH] Add missing function comment. --- tests/hooked_access.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/hooked_access.test b/tests/hooked_access.test index 0f7610e0..90a893c7 100644 --- a/tests/hooked_access.test +++ b/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);