summaryrefslogtreecommitdiff
path: root/modules/tag/tests
diff options
context:
space:
mode:
authorChad Parry <github@chad.parry.org>2011-06-25 14:13:25 -0600
committerChad Parry <github@chad.parry.org>2011-06-25 14:13:25 -0600
commit521a682837ab5b035d63160ea7b22540f3adf7b1 (patch)
tree2b7a7af221f92c6c470234731bbb05cb81ee07e7 /modules/tag/tests
parent20d7bfd6b904053c2bc27b69d32c71a321e0dae9 (diff)
parent771de0a3746ac0d780cb5dce2a14aa5a6ddf06d7 (diff)
Merge branch 'master' into rawphoto-squash
Diffstat (limited to 'modules/tag/tests')
-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();
}