From 91393e003a204d137959a0f3943edab2ef2a8812 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 10 Mar 2012 02:09:29 +0000 Subject: [PATCH] un-typo a test --- contrib/random_image/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/random_image/test.php b/contrib/random_image/test.php index 9a462bf2..4d30c0e1 100644 --- a/contrib/random_image/test.php +++ b/contrib/random_image/test.php @@ -19,7 +19,7 @@ class RandomTest extends ShimmieWebTestCase { $this->log_out(); } - function tesPostListBlock() { + function testPostListBlock() { $this->log_in_as_admin(); $this->get_page("setup"); $this->set_field("_config_show_random_block", true);