Welcome to mirror list, hosted at ThFree Co, Russian Federation.

console « proxy « PHPUnit « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31c2b9c2b5fa1c5703fc7ed359543974836d1e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env php
<?php
use Piwik\Application\Environment;
use Piwik\Tests\Framework\TestingEnvironmentManipulator;
use Piwik\Tests\Framework\TestingEnvironmentVariables;

require realpath(dirname(__FILE__)) . "/includes.php";

Environment::setGlobalEnvironmentManipulator(new TestingEnvironmentManipulator(new TestingEnvironmentVariables()));

require_once PIWIK_INCLUDE_PATH . "/console";