From 989fc72e5abbd8a25eb1114eb06f73c31aa0dd3b Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 8 May 2009 03:05:15 -0700 Subject: [PATCH] test the right filter :/ --- ext/bbcode/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bbcode/test.php b/ext/bbcode/test.php index 016a428d..d396e0d0 100644 --- a/ext/bbcode/test.php +++ b/ext/bbcode/test.php @@ -46,7 +46,7 @@ class BBCodeUnitTest extends UnitTestCase { } private function filter($in) { - $bb = new WordFilter(); + $bb = new BBCode(); $tfe = new TextFormattingEvent($in); $bb->receive_event($tfe); return $tfe->formatted;