From df7cde65bee5b2dc4e7d2dc86167ad5fb0bd6236 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 14 Jan 2011 11:12:00 +0000 Subject: [PATCH] Update for PHPUnit 3.5 git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7837 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/unit/lib/AtomParserTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/lib/AtomParserTest.php b/tests/unit/lib/AtomParserTest.php index 0832b8c28..6723baf59 100644 --- a/tests/unit/lib/AtomParserTest.php +++ b/tests/unit/lib/AtomParserTest.php @@ -23,7 +23,7 @@ * @author: Sébastien Le Callonnec */ require_once('lib/AtomParser.php'); -require_once('PHPUnit/Framework.php'); +require_once('PHPUnit/Autoload.php'); class AtomParserTest extends phpwiki_TestCase @@ -217,4 +217,4 @@ CONTENT; $this->assertEquals($payload, $current_entry["content"]); } } -?> \ No newline at end of file +?> -- 2.45.0