diff options
author | Nathan Kinkade <nath@nkinka.de> | 2011-06-02 15:43:07 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2011-06-02 15:43:07 +0000 |
commit | b4c142b8d75a1c49bdc2d039e79e3d6773a22247 (patch) | |
tree | 22d2c9ab31970aec53f2edc1cffa93186b710e7a /modules/tag | |
parent | dbaa0ddfaf43eb1c4d5cdbe8080064fc3e67e378 (diff) | |
parent | 4a208226edbd3aeb8352b068f6f774ce410a3b3d (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/tag')
-rw-r--r-- | modules/tag/tests/Tag_Test.php | 2 |
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(); } |