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;