1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Fix mistake

This commit is contained in:
LEDfan 2014-09-06 14:44:55 +02:00
parent b46843ea50
commit 40c3594c22

View File

@ -7,7 +7,7 @@ if(!defined('PHPUNIT_RUN')) {
define('PHPUNIT_RUN', 1);
}
require_once __DIR__.'/../../../lib/base.php';
require_once __DIR__.'/../../core/lib/base.php';
if(!class_exists('PHPUnit_Framework_TestCase')) {
require_once('PHPUnit/Autoload.php');