Move DashboardTest in correct directory

resf #6986
This commit is contained in:
Alexander Fuhr 2014-09-03 15:11:11 +02:00
parent 65fb246b7e
commit 1d81211427
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace Tests\Icinga\Web;
// Necessary as some of these tests disable phpunit's preservation
// of the global state (e.g. autoloaders are in the global state)
require_once realpath(dirname(__FILE__) . '/../../../bootstrap.php');
require_once realpath(dirname(__FILE__) . '/../../../../bootstrap.php');
use Mockery;
use Icinga\Application\Icinga;