mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-31 19:30:21 +02:00
[3.1.0] multitest.php now works again for all version, however, some hacks to PHPT are required
- Bootstrap hotfix to prevent multiple loading in standalone. We need a better way of doing this! - Make extras/ autoloader polite too - Initialize autoloaders in common.php - Add trailing dash to "skip" in phpt - Upgrade SimpleTest.php not to allow directories git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1554 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -14,13 +14,7 @@ class PHPT_Controller_SimpleTest extends SimpleTestCase
|
||||
}
|
||||
|
||||
public function testPhpt() {
|
||||
if (is_dir($this->_path)) {
|
||||
$factory = new PHPT_Suite_Factory();
|
||||
$suite = $factory->factory($this->_path, true);
|
||||
} else {
|
||||
$suite = new PHPT_Suite(array($this->_path));
|
||||
}
|
||||
// Adapter class that relays messages to SimpleTest
|
||||
$suite = new PHPT_Suite(array($this->_path));
|
||||
$phpt_reporter = new PHPT_Reporter_SimpleTest($this->_reporter);
|
||||
$suite->run($phpt_reporter);
|
||||
}
|
||||
|
Reference in New Issue
Block a user