Revision: 7837
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7837&view=rev
Author: vargenau
Date: 2011-01-14 11:12:00 +0000 (Fri, 14 Jan 2011)
Log Message:
-----------
Update for PHPUnit 3.5
Modified Paths:
--------------
trunk/tests/unit/lib/AtomParserTest.php
Modified: trunk/tests/unit/lib/AtomParserTest.php
===================================================================
--- trunk/tests/unit/lib/AtomParserTest.php 2011-01-13 17:04:53 UTC (rev 7836)
+++ trunk/tests/unit/lib/AtomParserTest.php 2011-01-14 11:12:00 UTC (rev 7837)
@@ -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 @@
$this->assertEquals($payload, $current_entry["content"]);
}
}
-?>
\ No newline at end of file
+?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|