switch to mockpress
This commit is contained in:
parent
1a7af461de
commit
e6d2745d64
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once(dirname(__FILE__) . '/../classes/PublisherInfo.php');
|
require_once(dirname(__FILE__) . '/../classes/PublisherInfo.php');
|
||||||
|
require_once(dirname(__FILE__) . '/../../mockpress/mockpress.php');
|
||||||
|
|
||||||
class PublisherInfoTest extends PHPUnit_Framework_TestCase {
|
class PublisherInfoTest extends PHPUnit_Framework_TestCase {
|
||||||
private $parser, $default_data, $default_data_as_hash;
|
private $parser, $default_data, $default_data_as_hash;
|
||||||
@ -141,6 +142,4 @@ class PublisherInfoTest extends PHPUnit_Framework_TestCase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function __($string, $domain) { return $string; }
|
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user