From 3c669d9dd0df7fbb6f2a98ec0374a0d13325332e Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 20 Apr 2013 12:24:45 -0400 Subject: Fixes #5049 fixed and formatted unit test --- mod/htmlawed/start.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mod/htmlawed/start.php') diff --git a/mod/htmlawed/start.php b/mod/htmlawed/start.php index 12b6470a3..25a70a4aa 100644 --- a/mod/htmlawed/start.php +++ b/mod/htmlawed/start.php @@ -156,10 +156,8 @@ function htmlawed_tag_post_processor($element, $attributes = false) { * Runs unit tests for htmlawed * * @return array - * */ + */ function htmlawed_test($hook, $type, $value, $params) { - global $CONFIG; - $value[] = dirname(__FILE__) . '/tests/tags.php'; return $value; } -- cgit v1.2.3