change to using mockpress

This commit is contained in:
John Bintz 2009-06-09 13:24:14 -04:00
parent 96a63af533
commit 721b36f773
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
require_once('PHPUnit/Framework.php');
require_once(dirname(__FILE__) . '/../classes/DailyImageWidget.php');
require_once(dirname(__FILE__) . '/../../wordpress-phpunit-mocks/wordpress-phpunit-mocks.php');
require_once(dirname(__FILE__) . '/../../mockpress/mockpress.php');
class DailyImageWidgetTest extends PHPUnit_Framework_TestCase {
function setUp() {