diff options
Diffstat (limited to 'modules/gallery_unit_test/helpers')
-rw-r--r-- | modules/gallery_unit_test/helpers/test.php | 2 |
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(); } } |