1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-30 19:00:10 +02:00

Fix latest batch of SimpleTest changes. Also, commit forgotten NEWS.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1699 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-04-26 19:50:27 +00:00
parent 2f29c27a59
commit be2cfb7918
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ class PHPT_Controller_SimpleTest extends SimpleTestCase
public function testPhpt() {
$suite = new PHPT_Suite(array($this->_path));
$phpt_reporter = new PHPT_Reporter_SimpleTest($this->_reporter);
$phpt_reporter = new PHPT_Reporter_SimpleTest($this->reporter);
$suite->run($phpt_reporter);
}