public function __construct()
 {
     parent::__construct();
     $this->template_path = dirname(__FILE__) . '/_fixtures/';
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     $this->system_event_manager = SystemEventManager::instance();
 }
Beispiel #3
0
<?php

/**
 * Copyright (c) Enalean, 2013. All rights reserved
 *
 * This file is a part of Tuleap.
 *
 * Tuleap is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Tuleap is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Tuleap. If not, see <http://www.gnu.org/licenses/
 */
require_once 'pre.php';
require_once dirname(__FILE__) . '/../autoload.php';
$data_builder = new REST_TestDataBuilder();
$data_builder->activatePlugins()->generateUsers()->generateProject()->delegatePermissionsToRetrieveMembership()->delegatePermissionsToManageUser()->generateMilestones()->generateContentItems()->generateBacklogItems()->generateTopBacklogItems()->generateKanban()->deleteTracker()->activateDebug()->initPlugins();