Remove include for test, not necessary due to Autoloader :D
[lhc/web/wiklou.git] / maintenance / tests / SanitizerTest.php
index 6fb9d5a..886fac3 100644 (file)
@@ -1,8 +1,5 @@
 <?php
 
-global $IP;
-require_once( "$IP/includes/Sanitizer.php" );
-
 class SanitizerTest extends PHPUnit_Framework_TestCase {
 
        function testDecodeNamedEntities() {