summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-20 23:27:52 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-20 23:27:52 -0800
commitd3e3bbd713e9391893bc2561f15b6f2348412faa (patch)
tree1d91000234be0e50ff5d18b43bd0fb8a2f08dd8a /modules/gallery_unit_test/helpers
parent8a1c17d869575c9a19dc59e5470d664692f8e910 (diff)
improve comment.
Diffstat (limited to 'modules/gallery_unit_test/helpers')
-rw-r--r--modules/gallery_unit_test/helpers/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery_unit_test/helpers/test.php b/modules/gallery_unit_test/helpers/test.php
index 2bb38b81..aa8dda88 100644
--- a/modules/gallery_unit_test/helpers/test.php
+++ b/modules/gallery_unit_test/helpers/test.php
@@ -75,7 +75,7 @@ class test_Core {
$tag = ORM::factory("tag");
$tag->name = (string)rand();
- // have to reload because ORM::load has string versions of values that we set as integers.
+ // Reload so that ORM coerces all fields into strings.
return $tag->save()->reload();
}
}