summaryrefslogtreecommitdiff
path: root/modules/tag
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2011-06-02 15:43:07 +0000
committerNathan Kinkade <nath@nkinka.de>2011-06-02 15:43:07 +0000
commitb4c142b8d75a1c49bdc2d039e79e3d6773a22247 (patch)
tree22d2c9ab31970aec53f2edc1cffa93186b710e7a /modules/tag
parentdbaa0ddfaf43eb1c4d5cdbe8080064fc3e67e378 (diff)
parent4a208226edbd3aeb8352b068f6f774ce410a3b3d (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/tag')
-rw-r--r--modules/tag/tests/Tag_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/tests/Tag_Test.php b/modules/tag/tests/Tag_Test.php
index 9e10fa4a..52fd4fdd 100644
--- a/modules/tag/tests/Tag_Test.php
+++ b/modules/tag/tests/Tag_Test.php
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class Tag_Test extends Gallery_Unit_Test_Case {
- public function teardown() {
+ public function setup() {
ORM::factory("tag")->delete_all();
}