Fix testing when config_local.php exists
This commit is contained in:
parent
515031d854
commit
bc47068da6
2 changed files with 3 additions and 2 deletions
|
@ -6,9 +6,10 @@
|
|||
* @author Sébastien Lucas <sebastien@slucas.fr>
|
||||
*/
|
||||
|
||||
require_once (dirname(__FILE__) . "/config_test.php");
|
||||
require_once (dirname(__FILE__) . "/../book.php");
|
||||
require_once (dirname(__FILE__) . "/../epubfs.php");
|
||||
require_once (dirname(__FILE__) . "/config_test.php");
|
||||
|
||||
|
||||
class EpubFsTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue