Fix test if config_local.php exists
This commit is contained in:
parent
9667fec645
commit
9f2ee975d7
|
@ -6,9 +6,9 @@
|
|||
* @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…
Reference in a new issue